diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-08-08 13:32:46 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-08-08 13:32:46 +0100 |
| commit | a2254447b138af7fc0719e5a107816487255736b (patch) | |
| tree | fc72463364bd158b5a042ac821766f466efdfcb0 /processmodel/rendercontext_src/rendercontext.cpp | |
| parent | 1f8aca919df6ab2d2636cddaa30de1e388b4c09d (diff) | |
basic speed control for video_loader
Diffstat (limited to 'processmodel/rendercontext_src/rendercontext.cpp')
| -rw-r--r-- | processmodel/rendercontext_src/rendercontext.cpp | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/processmodel/rendercontext_src/rendercontext.cpp b/processmodel/rendercontext_src/rendercontext.cpp deleted file mode 100644 index 2f840d5..0000000 --- a/processmodel/rendercontext_src/rendercontext.cpp +++ /dev/null @@ -1,45 +0,0 @@ -#include "Poco/Net/HTTPServer.h" -#include "Poco/Net/HTTPRequestHandler.h" -#include "Poco/Net/HTTPRequestHandlerFactory.h" -#include "Poco/Net/HTTPServerParams.h" -#include "Poco/Net/HTTPServerRequest.h" -#include "Poco/Net/HTTPServerResponse.h" -#include "Poco/Net/HTTPServerParams.h" -#include "Poco/Net/ServerSocket.h" -#include "Poco/Timestamp.h" -#include "Poco/DateTimeFormatter.h" -#include "Poco/DateTimeFormat.h" -#include "Poco/Exception.h" -#include "Poco/NotificationCenter.h" -#include "Poco/Util/ServerApplication.h" -#include "Poco/Util/Option.h" -#include "Poco/Util/OptionSet.h" -#include "Poco/Util/HelpFormatter.h" -#include "Poco/FileStream.h" -#include "Poco/StreamCopier.h" -#include "Poco/Net/HTTPStreamFactory.h" - -#include "Poco/Process.h" -#include "Poco/PipeStream.h" -#include <deque> -#include <iostream> - -int main(int argc, char** argv) -{ - std::deque<int> work_queue; - int count=0; - //while (true){ - // std::cout<<count<<" "<<std::cin; - // count ++; - //} - std::cout<<"hello, world!"<<std::endl; //; - //printf("hello, world!\n"); - return 0; -} - -int main(int argc, char** argv) -{ - HTTPStreamFactory::registerFactory(); - RotorServer app; - return app.run(argc, argv); -} |
