X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=src%2Fp2.cpp;h=038afcda36a2ba7fdce4bbe812259a94bf17d078;hb=f82b19f2b93707657fee804bd1242f2548d51ada;hp=0dac5e94a3ba9df9828a6c562659efa64d3378cf;hpb=cba94f69f50a7789d498212dd59938087e8cbf9f;p=metaproxy-moved-to-github.git diff --git a/src/p2.cpp b/src/p2.cpp index 0dac5e9..038afcd 100644 --- a/src/p2.cpp +++ b/src/p2.cpp @@ -1,4 +1,9 @@ -/* $Id: p2.cpp,v 1.3 2005-10-08 23:29:32 adam Exp $ +/* $Id: p2.cpp,v 1.5 2005-10-15 14:09:09 adam Exp $ + Copyright (c) 2005, Index Data. + +%LICENSE% + */ +/* $Id: p2.cpp,v 1.5 2005-10-15 14:09:09 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -58,7 +63,7 @@ void P2_Server::unlockConfig() } P2_Server::P2_Server(IPDU_Observable *the_PDU_Observable, - ThreadPoolSocketObserver *my_thread, + yp2::ThreadPoolSocketObserver *my_thread, P2_Config *config, P2_ModuleFactory *modules) : Z_Assoc(the_PDU_Observable) @@ -118,7 +123,8 @@ int main(int argc, char **argv) PDU_Assoc *my_PDU_Assoc = 0; - ThreadPoolSocketObserver my_thread(&mySocketManager, config.m_no_threads); + yp2::ThreadPoolSocketObserver my_thread(&mySocketManager, + config.m_no_threads); my_PDU_Assoc = new PDU_Assoc(&mySocketManager); @@ -141,6 +147,7 @@ int main(int argc, char **argv) * Local variables: * c-basic-offset: 4 * indent-tabs-mode: nil + * c-file-style: "stroustrup" * End: * vim: shiftwidth=4 tabstop=8 expandtab */