X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=src%2Fyaz-my-server.cpp;h=635d4deb2e7cef209e8fabd488dceca0909286d5;hp=9d6acfc43e65de69206542fbdf43e03acc7dfb17;hb=d588f1d530f53c4d38a4a5f954545b06b2751968;hpb=11bd74f3063f71c59a09afd95e775fc810be563e diff --git a/src/yaz-my-server.cpp b/src/yaz-my-server.cpp index 9d6acfc..635d4de 100644 --- a/src/yaz-my-server.cpp +++ b/src/yaz-my-server.cpp @@ -2,7 +2,7 @@ * Copyright (c) 1998-2001, Index Data. * See the file LICENSE for details. * - * $Id: yaz-my-server.cpp,v 1.22 2007-04-16 21:54:23 adam Exp $ + * $Id: yaz-my-server.cpp,v 1.23 2007-05-08 12:04:50 adam Exp $ */ #include @@ -44,7 +44,7 @@ public: Z_PresentResponse *presentResponse); void sr_record (const char *resultSetName, int position, - int *format, + Odr_oid *format, Z_RecordComposition *comp, Z_NamePlusRecord *namePlusRecord, Z_Records *records); @@ -124,7 +124,7 @@ void MyRetrieval::sr_present (Z_PresentRequest *presentRequest, void MyRetrieval::sr_record (const char *resultSetName, int position, - int *format, + Odr_oid *format, Z_RecordComposition *comp, Z_NamePlusRecord *namePlusRecord, Z_Records *records)