X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fthread_pool_observer.hpp;h=1a906aff5b200030d51cbab5bb882762cf27b74a;hb=f34215f647b3e8f07d6175add5f909f8284c3223;hp=9875d302e3a6716c5c60eada9b237df53165c7e7;hpb=323af6850b8aba94fb86edb303867dc55dc2eb7f;p=metaproxy-moved-to-github.git diff --git a/src/thread_pool_observer.hpp b/src/thread_pool_observer.hpp index 9875d30..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.7 2005-11-07 12:31:05 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,10 +9,10 @@ #include -#include +#include #include -namespace yp2 { +namespace metaproxy_1 { class IThreadPoolMsg { public: virtual IThreadPoolMsg *handle() = 0;