summaryrefslogtreecommitdiff
path: root/ACE/ace/ATM_Connector.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:41:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:41:25 +0000
commit4c1ec894e4845156036937d1e4dbfcae3fd6f3f3 (patch)
tree233d2ae945fecd0cb15dbecdbe14e8b3f59e33ce /ACE/ace/ATM_Connector.h
parentefff99504bd67f08226503c6e763d8881fb11f29 (diff)
downloadATCD-4c1ec894e4845156036937d1e4dbfcae3fd6f3f3.tar.gz
Thu Feb 15 13:38:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/ATM_Connector.h')
-rw-r--r--ACE/ace/ATM_Connector.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/ATM_Connector.h b/ACE/ace/ATM_Connector.h
index 3212eb20be3..db4ec2d0cd1 100644
--- a/ACE/ace/ATM_Connector.h
+++ b/ACE/ace/ATM_Connector.h
@@ -59,7 +59,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 <params> are the parameters needed for either socket
- * or XTI/ATM connections. The <timeout> is the amount of time to
+ * or XTI/ATM connections. 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
@@ -89,7 +89,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 <params> are the parameters needed for either socket
- * or XTI/ATM connections. The <timeout> is the amount of time to
+ * or XTI/ATM connections. 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