X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fproxyp.h;h=40ce6d1c50bb75159b9b130674b76ca163c224b7;hb=aab482fc16e30ee61267da7a19f7bf7663a31117;hp=7ab1ea04ebdca1dab4dfcd92759f8ba822167972;hpb=8090f2db8d6c91708d7ea2df62135e9ed7c7eed9;p=yazproxy-moved-to-github.git diff --git a/src/proxyp.h b/src/proxyp.h index 7ab1ea0..40ce6d1 100644 --- a/src/proxyp.h +++ b/src/proxyp.h @@ -1,4 +1,4 @@ -/* $Id: proxyp.h,v 1.10 2005-09-26 09:25:05 adam Exp $ +/* $Id: proxyp.h,v 1.11 2006-03-09 14:12:57 adam Exp $ Copyright (c) 1998-2005, Index Data. This file is part of the yaz-proxy. @@ -185,6 +185,11 @@ class Yaz_ProxyClient : public yazpp_1::Z_Assoc { void pre_init_client(); int m_target_idletime; Yaz_Proxy *m_root; + char *m_idAuthentication_ber_buf; + int m_idAuthentication_ber_size; + ODR m_idAuthentication_odr; + void set_idAuthentication(Z_APDU *apdu); + bool compare_idAuthentication(Z_APDU *apdu); }; /*