Date: Friday, December 9, 2005 @ 17:10:16
  Author: gilles
    Path: /cvsroot/carob/carob/include

Modified: CarobException.hpp (1.21 -> 1.22)

Added accessor on vendor code (last commit typo fix)


--------------------+
 CarobException.hpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: carob/include/CarobException.hpp
diff -u carob/include/CarobException.hpp:1.21 
carob/include/CarobException.hpp:1.22
--- carob/include/CarobException.hpp:1.21       Fri Dec  9 17:03:28 2005
+++ carob/include/CarobException.hpp    Fri Dec  9 17:10:16 2005
@@ -106,7 +106,7 @@
   /** get the SQLState if any */
   const std::wstring & getSQLState() const { return SQLState; }
   /* Retrieves the vendor-specific exception code */
-  int32_t getErrorCode() { return vendorCode; }
+  int32_t getErrorCode() { return errorCode; }
 
 protected:
   /** Error message */

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

Reply via email to