X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fproxy.h;h=66a453de04bc6ec7fcf9d26815611c81ec683912;hb=509f0f1303d24df2dc6b26f36f17b55613c2bdb7;hp=ccdaebd528168adb769db0bba58fcefe1ec30774;hpb=91448f60da6e5c83dab8e8acb5ae71819c1bfb3a;p=yazpp-moved-to-github.git diff --git a/include/yaz++/proxy.h b/include/yaz++/proxy.h index ccdaebd..66a453d 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.29 2004-01-07 13:24:12 adam Exp $ + * $Id: proxy.h,v 1.31 2004-01-07 21:29:26 adam Exp $ */ #include @@ -238,7 +238,7 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { int m_request_no; int m_invalid_session; int m_marcxml_flag; - char *m_stylesheet; + char *m_stylesheet_schema; char *m_schema; void convert_to_marcxml(Z_NamePlusRecordList *p); void convert_xsl(Z_NamePlusRecordList *p); @@ -254,6 +254,7 @@ 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_ok(int hits, Z_Records *records, int start);