UI basically works, almost ready for testing and packaging...
This commit is contained in:
parent
14b0639181
commit
902c8c38d2
5 changed files with 108 additions and 13 deletions
|
@ -182,6 +182,11 @@ unsigned long Node::LocalClient::send(const char *command)
|
|||
}
|
||||
}
|
||||
|
||||
std::vector<std::string> Node::LocalClient::splitLine(const char *line)
|
||||
{
|
||||
return Utils::split(line," ","\\","\"");
|
||||
}
|
||||
|
||||
struct _NodeImpl
|
||||
{
|
||||
RuntimeEnvironment renv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue