X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyazpp%2Fz-assoc.h;fp=include%2Fyazpp%2Fz-assoc.h;h=6b7ac8117a277253ace7c1adab5a5b1a763995b1;hb=d588f1d530f53c4d38a4a5f954545b06b2751968;hp=805726c7dc613751028a603aed3c6c09c6b5b1b4;hpb=11bd74f3063f71c59a09afd95e775fc810be563e;p=yazpp-moved-to-github.git diff --git a/include/yazpp/z-assoc.h b/include/yazpp/z-assoc.h index 805726c..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.3 2007-04-16 21:54:23 adam Exp $ + * $Id: z-assoc.h,v 1.4 2007-05-08 12:04:50 adam Exp $ */ #ifndef YAZ_Z_ASSOC_INCLUDED @@ -63,13 +63,13 @@ 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, - const int *oid, int categoryValue, int deleteFlag); + const Odr_oid *oid, int categoryValue, int deleteFlag); void set_otherInformationString( Z_APDU *apdu, - const int *oid, int categoryValue, const char *str); + const Odr_oid *oid, int categoryValue, const char *str); void set_otherInformationString ( Z_OtherInformation **otherInformationP, - const int *oid, int categoryValue, + const Odr_oid *oid, int categoryValue, const char *str); Z_ReferenceId *getRefID(char* str); Z_ReferenceId **get_referenceIdP(Z_APDU *apdu);