X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz-ir-assoc.h;h=c1fd26d2907d45c53ddf9dd5b36c3d0c0f4fe40a;hb=26b3f7f15abcb69aaf00fb6bdaf410ff3e7de14c;hp=553903c7fc5fee3410dc1301d1e224ac6ae0ce42;hpb=3109185a2036377894be1dd303d899a305b44281;p=yazpp-moved-to-github.git diff --git a/include/yaz-ir-assoc.h b/include/yaz-ir-assoc.h index 553903c..c1fd26d 100644 --- a/include/yaz-ir-assoc.h +++ b/include/yaz-ir-assoc.h @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: yaz-ir-assoc.h,v 1.6 1999-04-20 10:30:05 adam Exp $ + * $Id: yaz-ir-assoc.h,v 1.8 1999-12-06 13:52:45 adam Exp $ */ #include @@ -45,14 +45,6 @@ class YAZ_EXPORT Yaz_IR_Assoc: public Yaz_Z_Assoc { int get_lastReceived(); void set_lastReceived(int lastReceived); - /// OtherInformation - void set_otherInformationString (Z_OtherInformation **otherInformationP, - int *oid, int categoryValue, - const char *str); - void set_otherInformationString ( - Z_OtherInformation **otherInformation, - int oidval, int categoryValue, - const char *str); /// Settings void set_proxy(const char *str); const char *get_proxy(); @@ -81,4 +73,5 @@ class YAZ_EXPORT Yaz_IR_Assoc: public Yaz_Z_Assoc { int m_preferredRecordSyntax; Z_ElementSetNames *m_elementSetNames; int m_lastReceived; + int m_log; };