Date: Monday, January 9, 2006 @ 11:32:27
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: connect.hpp (1.4 -> 1.5) stmt.hpp (1.2 -> 1.3)

Removed forbidden private default ctor since we have a non-default one.


-------------+
 connect.hpp |    2 --
 stmt.hpp    |    2 --
 2 files changed, 4 deletions(-)


Index: odbsequoia/src/connect.hpp
diff -u odbsequoia/src/connect.hpp:1.4 odbsequoia/src/connect.hpp:1.5
--- odbsequoia/src/connect.hpp:1.4      Fri Jan  6 12:31:22 2006
+++ odbsequoia/src/connect.hpp  Mon Jan  9 11:32:27 2006
@@ -37,8 +37,6 @@
     std::wstring serverhost;
     std::wstring vdbname;
     SQLRETURN AllocStmt(SQLHANDLE * OutputHandle);
-private:
-    ODBCConnection(); // forbidden
 };
 
 
Index: odbsequoia/src/stmt.hpp
diff -u odbsequoia/src/stmt.hpp:1.2 odbsequoia/src/stmt.hpp:1.3
--- odbsequoia/src/stmt.hpp:1.2 Fri Jan  6 12:31:22 2006
+++ odbsequoia/src/stmt.hpp     Mon Jan  9 11:32:27 2006
@@ -34,8 +34,6 @@
                          // possible).
     ODBCStatement(ODBCConnection& creator) : ODBCItem(creator)
     { state = S0; };
-private:
-    ODBCStatement(); // forbidden
 };
 
 

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

Reply via email to