Added object Yaz_Z_Assoc. Much more functional client.
[yazpp-moved-to-github.git] / include / yaz-proxy.h
index 8b09c91..9d8e213 100644 (file)
@@ -4,7 +4,10 @@
  * Sebastian Hammer, Adam Dickmeiss
  * 
  * $Log: yaz-proxy.h,v $
- * Revision 1.2  1999-02-02 14:01:15  adam
+ * Revision 1.3  1999-04-09 11:47:23  adam
+ * Added object Yaz_Z_Assoc. Much more functional client.
+ *
+ * Revision 1.2  1999/02/02 14:01:15  adam
  * First WIN32 port of YAZ++.
  *
  * Revision 1.1.1.1  1999/01/28 09:41:07  adam
  *
  */
 
-#include <yaz-ir-assoc.h>
+#include <yaz-z-assoc.h>
 
 class Yaz_Proxy;
 
 /// Private class
-class YAZ_EXPORT Yaz_ProxyClient : public Yaz_IR_Assoc {
+class YAZ_EXPORT Yaz_ProxyClient : public Yaz_Z_Assoc {
     friend Yaz_Proxy;
     Yaz_ProxyClient(IYaz_PDU_Observable *the_PDU_Observable);
     void recv_Z_PDU(Z_APDU *apdu);
@@ -36,7 +39,7 @@ class YAZ_EXPORT Yaz_ProxyMap {
 };
 
 /// Information Retrieval Proxy Server.
-class YAZ_EXPORT Yaz_Proxy : public Yaz_IR_Assoc {
+class YAZ_EXPORT Yaz_Proxy : public Yaz_Z_Assoc {
  public:
     Yaz_Proxy(IYaz_PDU_Observable *the_PDU_Observable);
     ~Yaz_Proxy();