Many improvements. Modified to proxy server to work with "sessions"
[yazpp-moved-to-github.git] / include / yaz-ir-assoc.h
index 553903c..b60f415 100644 (file)
@@ -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.7 1999-04-21 12:09:01 adam Exp $
  */
 
 #include <yaz-z-assoc.h>
@@ -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();