Date: Thursday, March 1, 2007 @ 16:03:09
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: ControllerPool.hpp (1.17 -> 1.18)

forward class DriverSocket reduces #includes (from DriverSocket to
StringCodecs). CAROB-133.


--------------------+
 ControllerPool.hpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: carob/include/ControllerPool.hpp
diff -u carob/include/ControllerPool.hpp:1.17 
carob/include/ControllerPool.hpp:1.18
--- carob/include/ControllerPool.hpp:1.17       Thu Mar  1 15:51:41 2007
+++ carob/include/ControllerPool.hpp    Thu Mar  1 16:03:09 2007
@@ -21,10 +21,10 @@
 #ifndef CONTROLLERPOOL_H_
 #define CONTROLLERPOOL_H_
 
-#include "DriverSocket.hpp"
 #include "ControllerInfo.hpp"
 #include "CarobException.hpp"
 #include "CriticalSection.hpp"
+#include "StringCodecs.hpp" // CodecException. TODO: catch and throw a 
ConnectionException instead
 #include "Common.hpp" // for currentTimeInSeconds()
 #include <vector>
 #include <map>
@@ -55,6 +55,7 @@
 class ControllerWatcher;
 class SocketKillerCallback;
 class JavaSocket;
+class DriverSocket;
 
 /** Holds a vdb member and its last failure */
 class ControllerAndVdbState

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

Reply via email to