X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fyaz-ir-assoc.h;h=cdd2211a67caf3ab6032c008dc8b71fd904183b9;hb=f76b09ad19705de4166684a1c9ff07af557008b7;hp=f139ae843fce99d31d70e296222fcf6c47b64aa3;hpb=e3133d2f2c580f76c9da2e7621c74a064f0955c9;p=yazpp-moved-to-github.git diff --git a/include/yaz++/yaz-ir-assoc.h b/include/yaz++/yaz-ir-assoc.h index f139ae8..cdd2211 100644 --- a/include/yaz++/yaz-ir-assoc.h +++ b/include/yaz++/yaz-ir-assoc.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: yaz-ir-assoc.h,v 1.1 2000-10-11 11:58:16 adam Exp $ + * $Id: yaz-ir-assoc.h,v 1.2 2001-04-26 12:17:49 heikki Exp $ */ #include @@ -65,6 +65,7 @@ class YAZ_EXPORT Yaz_IR_Assoc: public Yaz_Z_Assoc { virtual void recv_presentRequest(Z_PresentRequest *presentRequest); virtual void recv_searchResponse(Z_SearchResponse *searchResponse); virtual void recv_presentResponse(Z_PresentResponse *presentResponse); + virtual void recv_extendedServicesResponse(Z_ExtendedServicesResponse *extendedServicesResponse); private: char *m_proxy; char *m_host;