diff options
Diffstat (limited to 'rotord/rotord.cpp')
| -rwxr-xr-x | rotord/rotord.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rotord/rotord.cpp b/rotord/rotord.cpp index 6ea61df..22e2e9f 100755 --- a/rotord/rotord.cpp +++ b/rotord/rotord.cpp @@ -193,6 +193,10 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS //pass a message object with the command type and contents selected? //every action will have a seperate work function in the render_context //some of these functions have to return data immediately- maybe a queue isn't the ideal model + //what's the best way to seperate these? + //could have a seperate mutex for the graph + //all the get methods want to get something from the render context and express it in xml. + //what is the best way... if (command[1]=="audio") { if (request.getMethod()=="PUT") { //get audio file location and initiate analysis |
