X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fthread_pool_observer.hpp;h=f8ce75aa18081e3b54dacef277daf994be8c7486;hb=e1c7fdb3e2ff41fb43ea3dd2c540b6d568dee851;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..f8ce75a 100644 --- a/src/thread_pool_observer.hpp +++ b/src/thread_pool_observer.hpp @@ -1,7 +1,7 @@ -/* $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.10 2006-06-10 14:29:13 adam Exp $ + Copyright (c) 2005-2006, Index Data. -%LICENSE% + See the LICENSE file for details */ #ifndef YP2_THREAD_POOL_OBSERVER_HPP @@ -9,10 +9,10 @@ #include -#include +#include #include -namespace yp2 { +namespace metaproxy_1 { class IThreadPoolMsg { public: virtual IThreadPoolMsg *handle() = 0;