summaryrefslogtreecommitdiff
path: root/rotord/rotord.h
diff options
context:
space:
mode:
authorTim Redfern <tim@herge.(none)>2013-02-25 17:51:10 +0000
committerTim Redfern <tim@herge.(none)>2013-02-25 17:51:10 +0000
commit58792f6cfd314499264183a5f63d8539e8b1e5e5 (patch)
tree4e504f7a901a06a5d6929656d3791d8fbad6fd64 /rotord/rotord.h
parentd5193b058ca06db9bda772ccdf49a8c4976c7274 (diff)
threads stopping and starting
Diffstat (limited to 'rotord/rotord.h')
-rwxr-xr-xrotord/rotord.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rotord/rotord.h b/rotord/rotord.h
index b948577..99e588a 100755
--- a/rotord/rotord.h
+++ b/rotord/rotord.h
@@ -43,7 +43,7 @@ using Poco::Util::OptionCallback;
using Poco::Util::HelpFormatter;
#include "vampHost.h"
-#include "avCodec.h"
+//#include "avCodec.h"
#include "rotor.h"
class RotorRequestHandler: public HTTPRequestHandler
@@ -98,11 +98,11 @@ class RotorServer: public Poco::Util::ServerApplication
int main(const std::vector<std::string>& args);
private:
bool _helpRequested;
-
+
};
int main(int argc, char** argv)
{
RotorServer app;
return app.run(argc, argv);
-} \ No newline at end of file
+}