summaryrefslogtreecommitdiff
path: root/ACE/ace/DEV_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/DEV_Connector.h')
-rw-r--r--ACE/ace/DEV_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/DEV_Connector.h b/ACE/ace/DEV_Connector.h
index 2d57f836b24..11e2216b9ce 100644
--- a/ACE/ace/DEV_Connector.h
+++ b/ACE/ace/DEV_Connector.h
@@ -39,7 +39,7 @@ public:
/**
* Actively connect and produce a <new_stream> if things go well.
* The <remote_sap> is the address that we are trying to connect
- * with. The <timeout> is the amount of time to wait to connect.
+ * with. The @a timeout is the amount of time to wait to connect.
* If it's 0 then we block indefinitely. If *timeout == {0, 0} then
* the connection is done using non-blocking mode. In this case, if
* the connection can't be made immediately the value of -1 is
@@ -64,7 +64,7 @@ public:
/**
* Actively connect and produce a <new_stream> if things go well.
* The <remote_sap> is the address that we are trying to connect
- * with. The <timeout> is the amount of time to wait to connect.
+ * with. The @a timeout is the amount of time to wait to connect.
* If it's 0 then we block indefinitely. If *timeout == {0, 0} then
* the connection is done using non-blocking mode. In this case, if
* the connection can't be made immediately the value of -1 is