X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fz-assoc.h;h=1a6e673fed43f10ddaf3149ef915cd41e4230b70;hb=76d66b222afff97cf367a3e7b8bfe045a62d0d57;hp=40bdb6897ca980c8434baeae010df3615f9ac915;hpb=eea2caea1263bed0aae268f72d985cbb1822ac30;p=yazpp-moved-to-github.git diff --git a/include/yaz++/z-assoc.h b/include/yaz++/z-assoc.h index 40bdb68..1a6e673 100644 --- a/include/yaz++/z-assoc.h +++ b/include/yaz++/z-assoc.h @@ -1,8 +1,8 @@ /* - * Copyright (c) 1998-2000, Index Data. + * Copyright (c) 1998-2005, Index Data. * See the file LICENSE for details. * - * $Id: z-assoc.h,v 1.8 2005-06-08 13:28:05 adam Exp $ + * $Id: z-assoc.h,v 1.10 2005-06-25 15:53:19 adam Exp $ */ #ifndef YAZ_Z_ASSOC_INCLUDED @@ -62,20 +62,20 @@ class YAZ_EXPORT Z_Assoc : public IPDU_Observer { /// OtherInformation void get_otherInfoAPDU(Z_APDU *apdu, Z_OtherInformation ***oip); Z_OtherInformationUnit *update_otherInformation ( - Z_OtherInformation **otherInformationP, int createFlag, - int *oid, int categoryValue, int deleteFlag); + Z_OtherInformation **otherInformationP, int createFlag, + int *oid, int categoryValue, int deleteFlag); void set_otherInformationString ( - Z_OtherInformation **otherInformationP, - int *oid, int categoryValue, - const char *str); + Z_OtherInformation **otherInformationP, + int *oid, int categoryValue, + const char *str); void set_otherInformationString ( - Z_OtherInformation **otherInformation, - int oidval, int categoryValue, - const char *str); + Z_OtherInformation **otherInformation, + int oidval, int categoryValue, + const char *str); void set_otherInformationString ( - Z_APDU *apdu, - int oidval, int categoryValue, - const char *str); + Z_APDU *apdu, + int oidval, int categoryValue, + const char *str); Z_ReferenceId *getRefID(char* str); Z_ReferenceId **get_referenceIdP(Z_APDU *apdu); @@ -101,3 +101,11 @@ class YAZ_EXPORT Z_Assoc : public IPDU_Observer { }; #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +