X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fyaz-z-server-update.cpp;fp=src%2Fyaz-z-server-update.cpp;h=81b053053377416bab6554b762c2175911ec17cb;hb=eea2caea1263bed0aae268f72d985cbb1822ac30;hp=bef9f9dbab98fa819685912d3ae4d88389d3587d;hpb=86726b00b052694e65b036c262f5fe9096554175;p=yazpp-moved-to-github.git diff --git a/src/yaz-z-server-update.cpp b/src/yaz-z-server-update.cpp index bef9f9d..81b0530 100644 --- a/src/yaz-z-server-update.cpp +++ b/src/yaz-z-server-update.cpp @@ -2,7 +2,7 @@ * Copyright (c) 2000-2004, Index Data. * See the file LICENSE for details. * - * $Id: yaz-z-server-update.cpp,v 1.9 2005-06-02 06:40:21 adam Exp $ + * $Id: yaz-z-server-update.cpp,v 1.10 2005-06-08 13:28:06 adam Exp $ */ #include @@ -10,7 +10,7 @@ using namespace yazpp_1; -int Yaz_Facility_Update::init(Yaz_Z_Server *s, Z_InitRequest *initRequest, +int Yaz_Facility_Update::init(Z_Server *s, Z_InitRequest *initRequest, Z_InitResponse *initResponse) { Z_Options *req = initRequest->options; @@ -21,7 +21,7 @@ int Yaz_Facility_Update::init(Yaz_Z_Server *s, Z_InitRequest *initRequest, return 1; } -int Yaz_Facility_Update::recv(Yaz_Z_Server *s, Z_APDU *apdu_request) +int Yaz_Facility_Update::recv(Z_Server *s, Z_APDU *apdu_request) { Z_APDU *apdu_response;