Moving ThreadPoolSocketObserver and IThreadPoolMsg to yp2 namespace
[metaproxy-moved-to-github.git] / src / p2_frontend.cpp
index 83e6bc7..e43b54d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_frontend.cpp,v 1.3 2005-10-08 23:29:32 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.
@@ -28,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)
 {