X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fp2.cpp;h=0dac5e94a3ba9df9828a6c562659efa64d3378cf;hb=cba94f69f50a7789d498212dd59938087e8cbf9f;hp=11f8716d7c5fab9102f4e2fe2ee25a7d3fe39819;hpb=c64f3428802f61a7f087e410d9d0972f5a805f65;p=metaproxy-moved-to-github.git diff --git a/src/p2.cpp b/src/p2.cpp index 11f8716..0dac5e9 100644 --- a/src/p2.cpp +++ b/src/p2.cpp @@ -1,4 +1,4 @@ -/* $Id: p2.cpp,v 1.1 2005-10-06 09:37:25 marc Exp $ +/* $Id: p2.cpp,v 1.3 2005-10-08 23:29:32 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -25,6 +25,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include +#include "config.hpp" #include #include "p2_config.h" #include "p2_frontend.h" @@ -57,7 +58,7 @@ void P2_Server::unlockConfig() } P2_Server::P2_Server(IPDU_Observable *the_PDU_Observable, - Msg_Thread *my_thread, + ThreadPoolSocketObserver *my_thread, P2_Config *config, P2_ModuleFactory *modules) : Z_Assoc(the_PDU_Observable) @@ -117,7 +118,7 @@ int main(int argc, char **argv) PDU_Assoc *my_PDU_Assoc = 0; - Msg_Thread my_thread(&mySocketManager, config.m_no_threads); + ThreadPoolSocketObserver my_thread(&mySocketManager, config.m_no_threads); my_PDU_Assoc = new PDU_Assoc(&mySocketManager);