diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-01-28 17:10:22 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-01-28 17:10:22 +0000 |
| commit | e80b647faa5a61c81964252a395fe4cb48443315 (patch) | |
| tree | 38459add147f167a0c2c0bcd250afa548385129c /NT/src/rotord.cpp | |
| parent | 5d0be7d626be45e035df7d3e77a955f5afe2e67a (diff) | |
reinstating session command array
Diffstat (limited to 'NT/src/rotord.cpp')
| -rw-r--r-- | NT/src/rotord.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/NT/src/rotord.cpp b/NT/src/rotord.cpp index d1c1e66..983bbe7 100644 --- a/NT/src/rotord.cpp +++ b/NT/src/rotord.cpp @@ -41,10 +41,6 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS xmlIO XML; //xml object handles the servers responses XML.addTag("rotor"); - //can we create a tinyxml object here and pass a pointer to it to the render context? - //can tinyxml output to a string? is there any reason to use poco instead? - - if (command.size()) { /* if (command[0]=="thumbnail") { @@ -250,7 +246,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS if(task->name()==command[0]) { //valid session command - /* + found=true; XML.addAttribute("rotor","context",task->name(),0); XML.pushTag("rotor"); @@ -291,7 +287,7 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS renders[SC.uid]=command[0]; } } - */ + } } if (!found) { |
