Bump version.
[yazpp-moved-to-github.git] / include / yaz++ / proxy.h
index 0cbe124..649e0a2 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1998-2004, Index Data.
  * See the file LICENSE for details.
  * 
- * $Id: proxy.h,v 1.38 2004-02-02 15:11:40 adam Exp $
+ * $Id: proxy.h,v 1.39 2004-02-10 15:02:19 adam Exp $
  */
 
 #include <sys/time.h>
@@ -281,7 +281,8 @@ class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc {
     struct timeval m_time_tv;
     void logtime();
     Z_ElementSetNames *mk_esn_from_schema(ODR o, const char *schema);
-    Z_ReferenceId **m_referenceId;
+    Z_ReferenceId *m_referenceId;
+    NMEM m_referenceId_mem;
  public:
     Yaz_Proxy(IYaz_PDU_Observable *the_PDU_Observable,
              Yaz_Proxy *parent = 0);