Date: Thursday, February 9, 2006 @ 18:07:31
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: abstract_item.hpp (1.14 -> 1.15)

Added #ifndef to prevent multiple inclusion


-------------------+
 abstract_item.hpp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: odbsequoia/src/abstract_item.hpp
diff -u odbsequoia/src/abstract_item.hpp:1.14 
odbsequoia/src/abstract_item.hpp:1.15
--- odbsequoia/src/abstract_item.hpp:1.14       Wed Feb  8 18:21:12 2006
+++ odbsequoia/src/abstract_item.hpp    Thu Feb  9 18:07:31 2006
@@ -20,6 +20,8 @@
  * Contributor(s): 
  */
 
+#ifndef ODBSEQ_ABSTRACT_ITEM
+#define ODBSEQ_ABSTRACT_ITEM
 
 #include <sql.h>
 #include <sqlucode.h>
@@ -123,7 +125,7 @@
 
 } // namespace ODBSeqNS
 
-
+#endif // include only once
 
 /*
  * Local Variables:

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to