Same header and footer for all files. Header includes copyright +
[metaproxy-moved-to-github.git] / src / p2_frontend.cpp
index 6c73186..e43b54d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_frontend.cpp,v 1.2 2005-10-06 19:33:58 adam Exp $
+/* $Id: p2_frontend.cpp,v 1.4 2005-10-14 10:27:18 adam Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
@@ -19,6 +19,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.
  */
 
+#include "config.hpp"
 #include <yaz/log.h>
 #include <yaz/diagbib1.h>
 #include "p2_frontend.h"
@@ -27,7 +28,7 @@ using namespace yazpp_1;
 using namespace std;
 
 P2_Frontend::P2_Frontend(IPDU_Observable *the_PDU_Observable,
-                         ThreadPoolSocketObserver 
+                         yp2::ThreadPoolSocketObserver 
                          *my_thread, P2_Server *server)
     :  Z_Assoc(the_PDU_Observable)
 {