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

Modified: CarobException.hpp (1.41 -> 1.42) ConnectionParameters.hpp (1.18
          -> 1.19)

Moved NoMoreControllerException to ConnectionParameters.hpp


--------------------------+
 CarobException.hpp       |   13 -------------
 ConnectionParameters.hpp |   16 ++++++++++++++++
 2 files changed, 16 insertions(+), 13 deletions(-)


Index: carob/include/CarobException.hpp
diff -u carob/include/CarobException.hpp:1.41 
carob/include/CarobException.hpp:1.42
--- carob/include/CarobException.hpp:1.41       Mon Mar 13 19:20:21 2006
+++ carob/include/CarobException.hpp    Mon Mar 13 19:33:32 2006
@@ -232,19 +232,6 @@
   AuthenticationException(std::wstring s) : DriverException(s, L"28000") {}
 };
 
-/**
- * Exception on connection send when no more controller is reachable in the
- * controller list
- */
-class NoMoreControllerException : public DriverException
-{
-public:
-  /**
-   * Constructs a NoMoreControllerException with the given message
-   * @param s error message of the exception
-   */
-  NoMoreControllerException(std::wstring s) : DriverException(s) {};
-};
 
 
 /**
Index: carob/include/ConnectionParameters.hpp
diff -u carob/include/ConnectionParameters.hpp:1.18 
carob/include/ConnectionParameters.hpp:1.19
--- carob/include/ConnectionParameters.hpp:1.18 Wed Feb  1 15:58:58 2006
+++ carob/include/ConnectionParameters.hpp      Mon Mar 13 19:33:32 2006
@@ -83,6 +83,22 @@
 #define DEFAULT_POLICY      ROUND_ROBIN
 #define DEFAULT_RETRY_INTERVAL 10
 #define DEFAULT_CONNECTION_PERSISTENCY false
+
+/**
+ * Exception on connection send when no more controller is reachable in the
+ * controller list
+ */
+class NoMoreControllerException : public DriverException
+{
+public:
+  /**
+   * Constructs a NoMoreControllerException with the given message
+   * @param s error message of the exception
+   */
+  NoMoreControllerException(std::wstring s) : DriverException(s) {};
+};
+
+
 /**
  * This class contains the parameters for a connection to the controller.
  * This connection parameters will be used by the Connection class.

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

Reply via email to