X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2B%2B%2Fyaz-z-assoc.h;h=490a0464a7fbaba8490cbb3315987bf0164a3b56;hb=30a319511d4583cbd1b6a0694e097ea1c88ee4c0;hp=7432379650d99a3eb82c878992185bd3d884fd86;hpb=e3133d2f2c580f76c9da2e7621c74a064f0955c9;p=yazpp-moved-to-github.git 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();