X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fir-assoc.h;fp=include%2Fyaz%2B%2B%2Fir-assoc.h;h=a78f4b5df5607e5ac747edb512d0a839992ff0e8;hb=307a8638d6429b0f77ad762d52309c550e45648c;hp=aed30c6d009d92fc223cfc18b5ad1ea8b21cfb7f;hpb=f7bb8a2528c7c1552ba255388eb246267c252250;p=yazpp-moved-to-github.git diff --git a/include/yaz++/ir-assoc.h b/include/yaz++/ir-assoc.h index aed30c6..a78f4b5 100644 --- a/include/yaz++/ir-assoc.h +++ b/include/yaz++/ir-assoc.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: ir-assoc.h,v 1.2 2003-10-01 13:13:51 adam Exp $ + * $Id: ir-assoc.h,v 1.3 2003-12-16 14:17:01 adam Exp $ */ #include @@ -20,6 +20,7 @@ class YAZ_EXPORT Yaz_IR_Assoc: public Yaz_Z_Assoc { virtual ~Yaz_IR_Assoc(); /// Receive Z39.50 PDU void recv_Z_PDU(Z_APDU *apdu, int len); + void recv_GDU(Z_GDU *apdu, int len); /// Set Database Names void set_databaseNames (int num, const char **list); void set_databaseNames(const char *dblist, const char *sep);