X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Fthreadcontroller.h;fp=include%2Fthreadcontroller.h;h=47cb63a8175b76158f7d3676550f9f9e16806554;hb=f60495a029c54358f82956482fe203fe2b7b5b23;hp=d1190c85c725648e37b9bdc0b8c785a8a987fc70;hpb=b9c3763a932cebaa015a27fe111017f6f34dfbaa;p=fms.git diff --git a/include/threadcontroller.h b/include/threadcontroller.h index d1190c8..47cb63a 100644 --- a/include/threadcontroller.h +++ b/include/threadcontroller.h @@ -1,10 +1,11 @@ #ifndef _threadcontroller_ #define _threadcontroller_ +#include "ilogger.h" #include "pthreadwrapper/thread.h" #include "pthreadwrapper/singleton.h" -class ThreadController:public PThread::Singleton +class ThreadController:public PThread::Singleton,public ILogger { public: ThreadController():m_freenetthread(NULL),m_httpthread(NULL),m_nntpthread(NULL) {}