projects
/
yazpp-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13e9645
)
Prevented re-inclusion
author
Heikki Levanto
<heikki@indexdata.dk>
Fri, 8 Sep 2000 12:50:24 +0000
(12:50 +0000)
committer
Heikki Levanto
<heikki@indexdata.dk>
Fri, 8 Sep 2000 12:50:24 +0000
(12:50 +0000)
include/yaz-z-assoc.h
patch
|
blob
|
history
diff --git
a/include/yaz-z-assoc.h
b/include/yaz-z-assoc.h
index
c3694f1
..
88f167b
100644
(file)
--- 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 <yaz/proto.h>
#include <yaz/odr.h>
#include <yaz-pdu-observer.h>
@@
-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