X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fyaz-proxy.h;h=0595e51aff2feba37946206fcb561e2cd31219f0;hb=5ed675e0effebe4b7816e1db060356a85d7757ba;hp=f05f2fe689b0f18af8b290d4cd6604e3fcedb622;hpb=f45771ec3032b3ef67ec4c275da242e3c647b53e;p=yazpp-moved-to-github.git diff --git a/include/yaz++/yaz-proxy.h b/include/yaz++/yaz-proxy.h index f05f2fe..0595e51 100644 --- a/include/yaz++/yaz-proxy.h +++ b/include/yaz++/yaz-proxy.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: yaz-proxy.h,v 1.5 2002-01-14 12:01:27 adam Exp $ + * $Id: yaz-proxy.h,v 1.7 2002-09-10 13:01:14 adam Exp $ */ #include @@ -30,11 +30,14 @@ class YAZ_EXPORT Yaz_ProxyClient : public Yaz_Z_Assoc { int m_init_flag; Yaz_Z_Query *m_last_query; Yaz_Z_Databases m_last_databases; + char *m_last_resultSetId; int m_last_ok; int m_last_resultCount; int m_sr_transform; int m_seqno; int m_waiting; + ODR m_init_odr; + Z_APDU *m_initResponse; }; /// Information Retrieval Proxy Server.