X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fthread_pool_observer.hpp;h=1a906aff5b200030d51cbab5bb882762cf27b74a;hb=0f91085e7a561979199a348aba002b265b8e4b48;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..1a906af 100644 --- a/src/thread_pool_observer.hpp +++ b/src/thread_pool_observer.hpp @@ -1,5 +1,5 @@ -/* $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.9 2006-03-29 13:44:45 adam Exp $ + Copyright (c) 2005-2006, Index Data. %LICENSE% */ @@ -9,13 +9,10 @@ #include -#include - -#include -#include +#include #include -namespace yp2 { +namespace metaproxy_1 { class IThreadPoolMsg { public: virtual IThreadPoolMsg *handle() = 0;