Simplified process interface. Private sub class Worker.
[metaproxy-moved-to-github.git] / src / p2_frontend.h
index dd0c7f8..ea68a14 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: p2_frontend.h,v 1.2 2005-10-06 19:33:58 adam Exp $
+/* $Id: p2_frontend.h,v 1.4 2005-10-13 20:06:45 adam Exp $
    Copyright (c) 1998-2005, Index Data.
 
 This file is part of the yaz-proxy.
@@ -26,10 +26,11 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <vector>
 #include <string>
 
-#include "thread_pool_observer.h"
+#include "thread_pool_observer.hpp"
 #include <yaz++/z-assoc.h>
 #include <yaz++/pdu-assoc.h>
 #include <yaz++/gdu.h>
+#include <yaz++/gduqueue.h>
 #include <yaz++/z-query.h>
 
 class P2_Frontend;