X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyazpp%2Fir-assoc.h;h=e8252b4a1d0f12e6d6cea954e96b71e5dcd464a3;hp=84a3e36871cb9dcf1daf99f466942e6b5ec5a3cd;hb=82d0b6ce2accdbe9987d0b8b4e6e818514455e22;hpb=b8e64d193b1b4f3197cb0c1db2f8d097e67cd50a diff --git a/include/yazpp/ir-assoc.h b/include/yazpp/ir-assoc.h index 84a3e36..e8252b4 100644 --- a/include/yazpp/ir-assoc.h +++ b/include/yazpp/ir-assoc.h @@ -1,5 +1,5 @@ /* This file is part of the yazpp toolkit. - * Copyright (C) 1998-2009 Index Data and Mike Taylor + * Copyright (C) Index Data * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -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);