X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fz-server.h;h=df4acc86bb5c9c76ce716f2b8422900bd35175ac;hb=8cd77956b745e79b984bc0c9b74989aeae8dd49d;hp=7880575f193e465c1598147987609d49e42ef0fe;hpb=ff30371654768d249cd4c92a9af26ae6bff8c65b;p=yazpp-moved-to-github.git diff --git a/include/yaz++/z-server.h b/include/yaz++/z-server.h index 7880575..df4acc8 100644 --- a/include/yaz++/z-server.h +++ b/include/yaz++/z-server.h @@ -2,7 +2,7 @@ * Copyright (c) 2000-2001, Index Data. * See the file LICENSE for details. * - * $Id: z-server.h,v 1.2 2002-10-28 12:16:09 adam Exp $ + * $Id: z-server.h,v 1.3 2003-10-01 13:13:51 adam Exp $ */ #include @@ -119,7 +119,7 @@ class YAZ_EXPORT Yaz_Z_Server : public Yaz_Z_Assoc { public: Yaz_Z_Server(IYaz_PDU_Observable *the_PDU_Observable); virtual ~Yaz_Z_Server(); - virtual void recv_Z_PDU(Z_APDU *apdu); + virtual void recv_Z_PDU(Z_APDU *apdu, int len); void facility_add(IYaz_Server_Facility *facility, const char *name); void facility_reset ();