Date: Thursday, March 1, 2007 @ 15:51:41
  Author: marc
    Path: /cvsroot/carob/carob/include

Modified: ControllerPool.hpp (1.16 -> 1.17)

javadoc fixes for CAROB-133


--------------------+
 ControllerPool.hpp |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


Index: carob/include/ControllerPool.hpp
diff -u carob/include/ControllerPool.hpp:1.16 
carob/include/ControllerPool.hpp:1.17
--- carob/include/ControllerPool.hpp:1.16       Thu Mar  1 12:36:03 2007
+++ carob/include/ControllerPool.hpp    Thu Mar  1 15:51:41 2007
@@ -136,7 +136,7 @@
    * the controller is detected as failed
    * 
    * @param controller the controller to which the socket is connected
-   * @param socket the socket to register
+   * @return the registered socket
    */
   DriverSocket*               newRegisteredSocket(const ControllerInfo& 
controller)
     throw (CodecException);
@@ -145,7 +145,6 @@
    * Unregisters the given socket from the callback so it can no more be killed
    * or deleted. To be used when socket creation or connection failed
    * 
-   * @param controller the controller to which the socket is connected
    * @param socket the socket to unregister
    */
   void                        deleteRegisteredSocket(DriverSocket* socket);

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

Reply via email to