Date: Wednesday, March 8, 2006 @ 20:48:26
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: odbc_exception.hpp (1.1 -> 1.2)

Forgot to put ODBSeqException in namespace ODBSeqNS


--------------------+
 odbc_exception.hpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: odbsequoia/src/odbc_exception.hpp
diff -u odbsequoia/src/odbc_exception.hpp:1.1 
odbsequoia/src/odbc_exception.hpp:1.2
--- odbsequoia/src/odbc_exception.hpp:1.1       Wed Mar  8 18:47:14 2006
+++ odbsequoia/src/odbc_exception.hpp   Wed Mar  8 20:48:26 2006
@@ -26,6 +26,7 @@
 
 #include <string>
 
+namespace ODBSeqNS {
 
 class ODBSeqException : public CarobNS::CarobException
 {
@@ -35,7 +36,7 @@
     { SQLState = state; };
 };
 
-
+}
 #endif // include only once
 
 /*

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

Reply via email to