X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fz-server.h;h=91731a95330e12fdcafe213c736ac0eebedf9c22;hb=1cfab015d330b201317e6437fb144c9ea4cb2cd6;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..91731a9 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.4 2003-12-16 14:17:01 adam Exp $ */ #include @@ -119,7 +119,8 @@ 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); + void recv_Z_PDU(Z_APDU *apdu, int len); + virtual void recv_GDU(Z_GDU *apdu, int len); void facility_add(IYaz_Server_Facility *facility, const char *name); void facility_reset ();