version 0.1.9
[fms.git] / include / nntp / nntplistener.h
index e109137..4e4d1ca 100644 (file)
@@ -8,6 +8,7 @@
 //#include <zthread/ZThread.h>\r
 //#include <zthread/ThreadedExecutor.h>\r
 #include "../pthreadwrapper/runnable.h"\r
+#include "../pthreadwrapper/threadedexecutor.h"\r
 \r
 #include "../socketdefines.h"\r
 \r
@@ -28,7 +29,8 @@ private:
        unsigned short m_listenport;\r
        std::vector<SOCKET> m_listensockets;\r
        //ZThread::ThreadedExecutor m_connections;\r
-       std::vector<PThread::Thread *> m_connectionthreads;\r
+       //std::vector<PThread::Thread *> m_connectionthreads;\r
+       PThread::ThreadedExecutor m_connections;\r
 \r
 };\r
 \r