version 0.3.0
[fms.git] / include / commandthread.h
diff --git a/include/commandthread.h b/include/commandthread.h
deleted file mode 100644 (file)
index 166482c..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef _commandthread_\r
-#define _commandthread_\r
-\r
-#include "ilogger.h"\r
-#include "idatabase.h"\r
-\r
-//#include <zthread/Thread.h>\r
-#include "pthreadwrapper/runnable.h"\r
-\r
-class CommandThread:public PThread::Runnable,public ILogger, public IDatabase\r
-{\r
-public:\r
-\r
-       void Run();\r
-\r
-private:\r
-\r
-       void HandleInput(const std::string &input);\r
-       \r
-       // methods to handle commands\r
-       void HandleHelpCommand();\r
-       void HandleQuit();\r
-       \r
-       bool m_running;\r
-\r
-};\r
-\r
-#endif // _commandthread_\r