X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fproxy.h;h=a2d8819f6450f85ab0557507ef5af5e0aea2acb1;hb=efb41657fc33883e6520fa571c5a944106271ec5;hp=fd955bd30cd0ba91b701e631a95e66ae491c6049;hpb=63dee45cb799be569d14461b4535a75bd95b6e4d;p=yazpp-moved-to-github.git diff --git a/include/yaz++/proxy.h b/include/yaz++/proxy.h index fd955bd..a2d8819 100644 --- a/include/yaz++/proxy.h +++ b/include/yaz++/proxy.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2004, Index Data. * See the file LICENSE for details. * - * $Id: proxy.h,v 1.30 2004-01-07 20:56:02 adam Exp $ + * $Id: proxy.h,v 1.32 2004-01-08 22:54:52 adam Exp $ */ #include @@ -254,8 +254,9 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { Z_APDU *m_s2z_init_apdu; Z_APDU *m_s2z_search_apdu; Z_APDU *m_s2z_present_apdu; + char *m_s2z_stylesheet; char *m_soap_ns; - int send_to_srw_client_error(int error); + int send_to_srw_client_error(int error, const char *add); int send_to_srw_client_ok(int hits, Z_Records *records, int start); int send_http_response(int code); int send_srw_response(Z_SRW_PDU *srw_pdu);