X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fyaz-z-assoc.h;h=490a0464a7fbaba8490cbb3315987bf0164a3b56;hp=7432379650d99a3eb82c878992185bd3d884fd86;hb=c1010b52a964b99e1b9bfcf579d767d0b6bb8012;hpb=50f38dcd58cdf62b3380710bdd7f23d6f88c555c diff --git a/include/yaz++/yaz-z-assoc.h b/include/yaz++/yaz-z-assoc.h index 7432379..490a046 100644 --- a/include/yaz++/yaz-z-assoc.h +++ b/include/yaz++/yaz-z-assoc.h @@ -2,7 +2,7 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: yaz-z-assoc.h,v 1.1 2000-10-11 11:58:16 adam Exp $ + * $Id: yaz-z-assoc.h,v 1.2 2001-04-25 18:59:30 adam Exp $ */ #ifndef YAZ_Z_ASSOC_INCLUDED @@ -74,7 +74,9 @@ class YAZ_EXPORT Yaz_Z_Assoc : public IYaz_PDU_Observer { int oidval, int categoryValue, const char *str); - Z_ReferenceId* getRefID(char* str); + Z_ReferenceId *getRefID(char* str); + Z_ReferenceId **get_referenceIdP(Z_APDU *apdu); + void transfer_referenceId(Z_APDU *from, Z_APDU *to); const char *get_hostname();