X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=include%2Fyaz%2B%2B%2Fyaz-z-server.h;h=64d0ae344b43a75c3a42cd04025bdd9085ef2135;hb=bff45f95576c8f14cb474d2026ce4f4e7fc2e917;hp=46654ae0140993a85bd15f59b4d5d929759e4e85;hpb=bd6d2417de1cb518dbc95a9808a9f46311dbc64c;p=yazpp-moved-to-github.git diff --git a/include/yaz++/yaz-z-server.h b/include/yaz++/yaz-z-server.h index 46654ae..64d0ae3 100644 --- a/include/yaz++/yaz-z-server.h +++ b/include/yaz++/yaz-z-server.h @@ -2,7 +2,7 @@ * Copyright (c) 2000-2001, Index Data. * See the file LICENSE for details. * - * $Id: yaz-z-server.h,v 1.7 2001-04-05 13:09:44 adam Exp $ + * $Id: yaz-z-server.h,v 1.8 2001-04-11 12:33:42 heikki Exp $ */ #include @@ -37,9 +37,13 @@ class YAZ_EXPORT IYaz_Server_Facility { #if HAVE_YAZ_URSULA_H class YAZ_EXPORT Yaz_Facility_Ursula : public IYaz_Server_Facility { public: +// virtual void ursula_service (Z_ExtendedServicesRequest *req, +// Z_UrsPDU *u, +// Z_ExtendedServicesResponse *res) = 0; virtual void ursula_service (Z_ExtendedServicesRequest *req, - Z_UrsPDU *u, - Z_ExtendedServicesResponse *res) = 0; + Z_UrsPDU *u_req, + Z_ExtendedServicesResponse *res, + Z_UrsPDU *u_res) =0; int init(Yaz_Z_Server *server, Z_InitRequest *initRequest,