X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz-z-assoc.h;h=88f167b14526dc89b6fe1493b8bba0be291bc16f;hb=b35b70078e2c4fb3af710cfc5b9319bfcc7073dd;hp=c3694f1b569a02257d554d198799287a81351466;hpb=316df82985a4207a7d52e7d88567bf26d5c2c7c8;p=yazpp-moved-to-github.git diff --git a/include/yaz-z-assoc.h b/include/yaz-z-assoc.h index c3694f1..88f167b 100644 --- a/include/yaz-z-assoc.h +++ b/include/yaz-z-assoc.h @@ -2,9 +2,12 @@ * Copyright (c) 1998-2000, Index Data. * See the file LICENSE for details. * - * $Id: yaz-z-assoc.h,v 1.8 2000-09-08 10:23:42 adam Exp $ + * $Id: yaz-z-assoc.h,v 1.9 2000-09-08 12:50:24 heikki Exp $ */ +#ifndef YAZ_Z_ASSOC_INCLUDED +#define YAZ_Z_ASSOC_INCLUDED + #include #include #include @@ -87,3 +90,5 @@ class YAZ_EXPORT Yaz_Z_Assoc : public IYaz_PDU_Observer { char *m_APDU_fname; char *m_hostname; }; + +#endif \ No newline at end of file