X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyazpp%2Fz-assoc.h;h=6b7ac8117a277253ace7c1adab5a5b1a763995b1;hb=688b83880520e7485087b56cc1dda29019d7413f;hp=07964913cb5225ca7cb1f4197c9e77ca3592adcb;hpb=0cc824e02bc2c69986bec8c9dd9ff53f07a0cd3d;p=yazpp-moved-to-github.git diff --git a/include/yazpp/z-assoc.h b/include/yazpp/z-assoc.h index 0796491..6b7ac81 100644 --- a/include/yazpp/z-assoc.h +++ b/include/yazpp/z-assoc.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2005, Index Data. * See the file LICENSE for details. * - * $Id: z-assoc.h,v 1.1 2006-03-29 13:14:15 adam Exp $ + * $Id: z-assoc.h,v 1.4 2007-05-08 12:04:50 adam Exp $ */ #ifndef YAZ_Z_ASSOC_INCLUDED @@ -63,20 +63,14 @@ class YAZ_EXPORT Z_Assoc : public IPDU_Observer { void get_otherInfoAPDU(Z_APDU *apdu, Z_OtherInformation ***oip); Z_OtherInformationUnit *update_otherInformation ( Z_OtherInformation **otherInformationP, int createFlag, - int *oid, int categoryValue, int deleteFlag); + const Odr_oid *oid, int categoryValue, int deleteFlag); + void set_otherInformationString( + Z_APDU *apdu, + const Odr_oid *oid, int categoryValue, const char *str); void set_otherInformationString ( Z_OtherInformation **otherInformationP, - int *oid, int categoryValue, - const char *str); - void set_otherInformationString ( - Z_OtherInformation **otherInformation, - int oidval, int categoryValue, + const Odr_oid *oid, int categoryValue, const char *str); - void set_otherInformationString ( - Z_APDU *apdu, - int oidval, int categoryValue, - const char *str); - Z_ReferenceId *getRefID(char* str); Z_ReferenceId **get_referenceIdP(Z_APDU *apdu); void transfer_referenceId(Z_APDU *from, Z_APDU *to);