X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fthread_pool_observer.hpp;h=cb1d70c481b627e162d937c43e4c4452c0b74212;hb=f0fb2a160e8c8cbb1147d476ae206ebcedbf8ecf;hp=2b3ff6a6c97fe0fc28433f87d0783bf1e3c780c8;hpb=747bd27ce6cec1595cb3f7c5620dce794ba55e4b;p=metaproxy-moved-to-github.git diff --git a/src/thread_pool_observer.hpp b/src/thread_pool_observer.hpp index 2b3ff6a..cb1d70c 100644 --- a/src/thread_pool_observer.hpp +++ b/src/thread_pool_observer.hpp @@ -1,7 +1,7 @@ -/* $Id: thread_pool_observer.hpp,v 1.6 2005-11-04 11:06:52 adam Exp $ - Copyright (c) 2005, Index Data. +/* $Id: thread_pool_observer.hpp,v 1.11 2007-01-25 14:05:54 adam Exp $ + Copyright (c) 2005-2007, Index Data. -%LICENSE% + See the LICENSE file for details */ #ifndef YP2_THREAD_POOL_OBSERVER_HPP @@ -9,13 +9,10 @@ #include -#include - -#include -#include +#include #include -namespace yp2 { +namespace metaproxy_1 { class IThreadPoolMsg { public: virtual IThreadPoolMsg *handle() = 0;