version 0.1.10
[fms.git] / include / threadcontroller.h
index d1190c8..47cb63a 100644 (file)
@@ -1,10 +1,11 @@
 #ifndef _threadcontroller_\r
 #define _threadcontroller_\r
 \r
+#include "ilogger.h"\r
 #include "pthreadwrapper/thread.h"\r
 #include "pthreadwrapper/singleton.h"\r
 \r
-class ThreadController:public PThread::Singleton<ThreadController>\r
+class ThreadController:public PThread::Singleton<ThreadController>,public ILogger\r
 {\r
 public:\r
        ThreadController():m_freenetthread(NULL),m_httpthread(NULL),m_nntpthread(NULL)          {}\r