Year 2007.
[metaproxy-moved-to-github.git] / src / thread_pool_observer.hpp
index 2b3ff6a..cb1d70c 100644 (file)
@@ -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 <boost/scoped_ptr.hpp>
 
-#include <ctype.h>
-
-#include <deque>
-#include <yaz++/socket-observer.h>
+#include <yazpp/socket-observer.h>
 #include <yaz/yconfig.h>
 
-namespace yp2 {
+namespace metaproxy_1 {
     class IThreadPoolMsg {
     public:
         virtual IThreadPoolMsg *handle() = 0;