X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz-proxy.h;h=3d051c9e6221a84c4b107b8c792b609659c77c21;hb=2e14b1af67a2044e73d024bc29445035910a2dd4;hp=52c0ff1fd9d416717e4e64d9c33c1c7716172971;hpb=8791979d0ceae761c5eebd576de19fef3216f050;p=yazpp-moved-to-github.git diff --git a/include/yaz-proxy.h b/include/yaz-proxy.h index 52c0ff1..3d051c9 100644 --- a/include/yaz-proxy.h +++ b/include/yaz-proxy.h @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: yaz-proxy.h,v 1.6 1999-04-27 07:52:13 adam Exp $ + * $Id: yaz-proxy.h,v 1.8 1999-11-10 10:02:34 adam Exp $ */ #include @@ -27,6 +27,7 @@ class YAZ_EXPORT Yaz_ProxyClient : public Yaz_Z_Assoc { int m_init_flag; Yaz_Z_Query *m_last_query; int m_last_resultCount; + int m_sr_transform; }; /// Information Retrieval Proxy Server. @@ -38,6 +39,7 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { IYaz_PDU_Observer* clone(IYaz_PDU_Observable *the_PDU_Observable); void failNotify(); void timeoutNotify(); + void proxyTarget(const char *target); private: char *get_cookie(Z_OtherInformation **otherInfo); char *get_proxy(Z_OtherInformation **otherInfo); @@ -50,5 +52,6 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc { Yaz_Proxy *m_parent; int m_seqno; int m_keepalive; + char *m_proxyTarget; };