X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyaz-ir-assoc.h;h=a939e34fe8a0907b92566be415c3d89a3d32e153;hb=1063240efa2d4f03a72353936e8a7b73ee249b0d;hp=c1fd26d2907d45c53ddf9dd5b36c3d0c0f4fe40a;hpb=26b3f7f15abcb69aaf00fb6bdaf410ff3e7de14c;p=yazpp-moved-to-github.git diff --git a/include/yaz-ir-assoc.h b/include/yaz-ir-assoc.h index c1fd26d..a939e34 100644 --- a/include/yaz-ir-assoc.h +++ b/include/yaz-ir-assoc.h @@ -3,7 +3,7 @@ * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss * - * $Id: yaz-ir-assoc.h,v 1.8 1999-12-06 13:52:45 adam Exp $ + * $Id: yaz-ir-assoc.h,v 1.9 2000-05-10 11:36:58 ian Exp $ */ #include @@ -54,9 +54,11 @@ class YAZ_EXPORT Yaz_IR_Assoc: public Yaz_Z_Assoc { const char *get_cookie(); /// Send Services - int send_initRequest(); - int send_searchRequest(Yaz_Z_Query *query); - int send_presentRequest(int start, int number); + int send_initRequest(char* pRefId=NULL); + int send_searchRequest(Yaz_Z_Query *query, char* pResultSetId = NULL, char* pRefId = NULL); + int send_presentRequest(int start, int number, char* pResultSetId = NULL, char* pRefId = NULL); + int send_deleteResultSetRequest(char* pResultSetId = NULL, char* pRefId = NULL); + /// Recv Services virtual void recv_initRequest(Z_InitRequest *initRequest); virtual void recv_initResponse(Z_InitResponse *initResponse);