summaryrefslogtreecommitdiff
path: root/tao/Connect_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'tao/Connect_Strategy.h')
-rw-r--r--tao/Connect_Strategy.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tao/Connect_Strategy.h b/tao/Connect_Strategy.h
index 228a3304288..4f69b1a19e9 100644
--- a/tao/Connect_Strategy.h
+++ b/tao/Connect_Strategy.h
@@ -63,7 +63,8 @@ public:
virtual ~TAO_Connect_Strategy (void);
/// Obtain the synch options that can be passed to ACE_Connector
- /* Return the synch option for the connector, based on the timeout
+ /**
+ * Return the synch option for the connector, based on the timeout
* and the strategy in place. ACE_Connectors behavior can be altered
* by passing the right ACE_Synch_Options to the connect () call.
*/
@@ -71,7 +72,8 @@ public:
ACE_Synch_Options &opt) = 0;
/// Wait for the connection to be completed till a timeout occurs.
- /* If the connection establishment fails the state within the
+ /**
+ * If the connection establishment fails the state within the
* connection handler is set appropriately.
*/
int wait (TAO_Connection_Handler *ch, ACE_Time_Value *val);