X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fyaz-proxy.h;h=4ef900c5424a107978219c8604149106e90b1c7d;hb=911c48d1500fb1fe8d43da7507c4fd46bc95e2ec;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..4ef900c 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.6 2002-09-10 11:58:13 adam Exp $ */ #include @@ -35,6 +35,8 @@ class YAZ_EXPORT Yaz_ProxyClient : public Yaz_Z_Assoc { int m_sr_transform; int m_seqno; int m_waiting; + ODR m_init_odr; + Z_APDU *m_initResponse; }; /// Information Retrieval Proxy Server.