From 7842145941670b18deaa257bb3e57d21d71cc90a Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Fri, 8 Sep 2000 12:50:24 +0000 Subject: [PATCH] Prevented re-inclusion --- include/yaz-z-assoc.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- 1.7.10.4