X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Fir-assoc.h;fp=include%2Fyazpp%2Fir-assoc.h;h=1b83e140fdd219c41467a8c61db9c2b76e59e337;hp=a1c9f3e08f6ce371ef21737fe3a97de81466141e;hb=711105a336b155f2b7f098cf84f2e30952cb8588;hpb=b56e6a2a7d6b37a72e3be0973747feb977f82a70 diff --git a/include/yazpp/ir-assoc.h b/include/yazpp/ir-assoc.h index a1c9f3e..1b83e14 100644 --- a/include/yazpp/ir-assoc.h +++ b/include/yazpp/ir-assoc.h @@ -79,7 +79,7 @@ class YAZ_EXPORT IR_Assoc: public Z_Assoc { int send_searchRequest(Yaz_Z_Query *query, char* pResultSetId = NULL, char* pRefId = NULL); int send_presentRequest(Odr_int start, Odr_int number, char* pResultSetId = NULL, char* pRefId = NULL); int send_deleteResultSetRequest(char* pResultSetId = 0, char* pRefId = 0); - + /// Recv Services virtual void recv_initRequest(Z_InitRequest *initRequest); virtual void recv_initResponse(Z_InitResponse *initResponse);