Date: Tuesday, February 28, 2006 @ 17:58:14
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: CarobException.hpp (1.35 -> 1.36)

Removed unused "empty" constructor (we do not want any empty exceptions)


--------------------+
 CarobException.hpp |    4 ----
 1 files changed, 4 deletions(-)


Index: carob/include/CarobException.hpp
diff -u carob/include/CarobException.hpp:1.35 
carob/include/CarobException.hpp:1.36
--- carob/include/CarobException.hpp:1.35       Mon Jan 30 12:09:30 2006
+++ carob/include/CarobException.hpp    Tue Feb 28 17:58:14 2006
@@ -49,10 +49,6 @@
 {
 public:
   /**
-   * Constructs an empty exception
-   */
-  CarobException() : message(L""), causePtr(NULL) {};
-  /**
    * Copy constructor
    */
   CarobException(const CarobException& ce);

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

Reply via email to