X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fp2_msg.cpp;h=a0c50e1479e77e864ca6967e91919f75a8b65a24;hb=941d13b6a4dc2c2dd0e4bda89d380bfd8991b03b;hp=7b2f4c49bec3fa82c93f1b09d611f57ee546a5e5;hpb=7993f86c75d0d5ab736b0fd2d1b1bebff35bc95b;p=metaproxy-moved-to-github.git diff --git a/src/p2_msg.cpp b/src/p2_msg.cpp index 7b2f4c4..a0c50e1 100644 --- a/src/p2_msg.cpp +++ b/src/p2_msg.cpp @@ -1,4 +1,4 @@ -/* $Id: p2_msg.cpp,v 1.2 2005-10-06 19:33:58 adam Exp $ +/* $Id: p2_msg.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 #include #include "p2_backend.h" @@ -317,7 +318,7 @@ Z_APDU *P2_Msg::frontend_present_apdu(Z_APDU *request_apdu, ODR odr) return zget_APDU(odr, Z_APDU_presentResponse); } -IThreadPoolMsg *P2_Msg::handle() +yp2::IThreadPoolMsg *P2_Msg::handle() { ODR odr = odr_createmem(ODR_ENCODE); yaz_log(YLOG_LOG, "P2_Msg:handle begin");