Date: Friday, November 17, 2006 @ 11:25:42
  Author: marc
    Path: /cvsroot/carob/odbsequoia/src

Modified: abstract_item.hpp (1.18 -> 1.19) descriptors.hpp (1.4 -> 1.5)
          env.hpp (1.7 -> 1.8)

Removed extra qualifications preventing compilation with gcc 4.1.1 - reported 
by Bruno Corsi dos Santos


-------------------+
 abstract_item.hpp |    2 +-
 descriptors.hpp   |    2 +-
 env.hpp           |    6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)


Index: odbsequoia/src/abstract_item.hpp
diff -u odbsequoia/src/abstract_item.hpp:1.18 
odbsequoia/src/abstract_item.hpp:1.19
--- odbsequoia/src/abstract_item.hpp:1.18       Thu Mar 30 18:53:31 2006
+++ odbsequoia/src/abstract_item.hpp    Fri Nov 17 11:25:41 2006
@@ -57,7 +57,7 @@
     SQLINTEGER native_err;
     std::wstring message;
 public:
-    DiagRecord::DiagRecord(const std::wstring& prefix, const 
CarobNS::CarobException& ce);
+    DiagRecord(const std::wstring& prefix, const CarobNS::CarobException& ce);
 };
 
 class ODBCItem
Index: odbsequoia/src/descriptors.hpp
diff -u odbsequoia/src/descriptors.hpp:1.4 odbsequoia/src/descriptors.hpp:1.5
--- odbsequoia/src/descriptors.hpp:1.4  Wed Mar  8 21:04:32 2006
+++ odbsequoia/src/descriptors.hpp      Fri Nov 17 11:25:41 2006
@@ -107,7 +107,7 @@
              SQLLEN * StrLen_or_Ind);
 
     SQLRETURN
-    ODBCAppDesc::fetchRow(ODBCItem& calling_stmt, CarobNS::DriverResultSet& 
rs);
+    fetchRow(ODBCItem& calling_stmt, CarobNS::DriverResultSet& rs);
 
 };
 
Index: odbsequoia/src/env.hpp
diff -u odbsequoia/src/env.hpp:1.7 odbsequoia/src/env.hpp:1.8
--- odbsequoia/src/env.hpp:1.7  Thu Mar 30 23:03:19 2006
+++ odbsequoia/src/env.hpp      Fri Nov 17 11:25:41 2006
@@ -35,7 +35,7 @@
 class ODBCEnv : public ODBCItem
 {
 public:
-    ODBCEnv::ODBCEnv()
+    ODBCEnv()
         : ODBCItem(*this), // I have no father
           isInitialized(false)
     { }
@@ -45,10 +45,10 @@
     init();
 
     SQLRETURN
-    ODBCEnv::AllocConnect(SQLHANDLE * OutputHandle);
+    AllocConnect(SQLHANDLE * OutputHandle);
 
     SQLRETURN
-    ODBCEnv::set_env_attr(SQLINTEGER attribute, SQLPOINTER value, SQLINTEGER 
str_len);
+    set_env_attr(SQLINTEGER attribute, SQLPOINTER value, SQLINTEGER str_len);
     
     bool isInitialized, fake_version2;
 };

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

Reply via email to