Date: Monday, March 13, 2006 @ 19:38:30
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: CarobException.hpp (1.42 -> 1.43) Connection.hpp (1.62 -> 1.63)

Moved AuthenticationException to Connection.hpp


--------------------+
 CarobException.hpp |   14 --------------
 Connection.hpp     |   14 ++++++++++++++
 2 files changed, 14 insertions(+), 14 deletions(-)


Index: carob/include/CarobException.hpp
diff -u carob/include/CarobException.hpp:1.42 
carob/include/CarobException.hpp:1.43
--- carob/include/CarobException.hpp:1.42       Mon Mar 13 19:33:32 2006
+++ carob/include/CarobException.hpp    Mon Mar 13 19:38:30 2006
@@ -219,20 +219,6 @@
    SocketIOException(std::wstring s) : JavaSocketException(s) {};
 };
 
-/**
- * Exception on authentication. Send on connection (user/pass)
- */
-class AuthenticationException : public DriverException
-{
-public:
-  /**
-   * Constructs a AuthenticationException with the given message
-   * @param s error message of the exception
-   */
-  AuthenticationException(std::wstring s) : DriverException(s, L"28000") {}
-};
-
-
 
 /**
  * Exception thrown when an attempt to convert a value (typically in a result
Index: carob/include/Connection.hpp
diff -u carob/include/Connection.hpp:1.62 carob/include/Connection.hpp:1.63
--- carob/include/Connection.hpp:1.62   Fri Feb 24 12:56:41 2006
+++ carob/include/Connection.hpp        Mon Mar 13 19:38:30 2006
@@ -110,6 +110,20 @@
 class DriverResultSet;
 
 /**
+ * Exception on authentication. Send on connection (user/pass)
+ */
+class AuthenticationException : public DriverException
+{
+public:
+  /**
+   * Constructs a AuthenticationException with the given message
+   * @param s error message of the exception
+   */
+  AuthenticationException(std::wstring s) : DriverException(s, L"28000") {}
+};
+
+
+/**
  * This class implements the communication protocol to the Controller.
  */
 class Connection

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

Reply via email to