X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz-ir-assoc.h;h=7d071426733bb184931e38dd2e5fb65bbdf5ced5;hb=eea3cf8293bab09d65bac8d34e16b1a12ed67919;hp=a939e34fe8a0907b92566be415c3d89a3d32e153;hpb=22eeea158d7baa9291b5449304d979c173034f0a;p=yazpp-moved-to-github.git diff --git a/include/yaz-ir-assoc.h b/include/yaz-ir-assoc.h index a939e34..7d07142 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.9 2000-05-10 11:36:58 ian Exp $ + * $Id: yaz-ir-assoc.h,v 1.10 2000-09-06 14:23:45 adam Exp $ */ #include @@ -57,7 +57,7 @@ class YAZ_EXPORT Yaz_IR_Assoc: public Yaz_Z_Assoc { 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); + int send_deleteResultSetRequest(char* pResultSetId = 0, char* pRefId = 0); /// Recv Services virtual void recv_initRequest(Z_InitRequest *initRequest);