summaryrefslogtreecommitdiff
path: root/ACE/ace/XTI_ATM_Mcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/XTI_ATM_Mcast.h')
-rw-r--r--ACE/ace/XTI_ATM_Mcast.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/XTI_ATM_Mcast.h b/ACE/ace/XTI_ATM_Mcast.h
index cb1ba0bf2d3..23fbc0c6381 100644
--- a/ACE/ace/XTI_ATM_Mcast.h
+++ b/ACE/ace/XTI_ATM_Mcast.h
@@ -44,7 +44,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
@@ -72,7 +72,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
@@ -100,7 +100,7 @@ public:
/**
* Actively add a leaf to the currently connected stream (i.e.,
* multicast). The <remote_sap> is the address of the leaf that we
- * are trying to add. The <timeout> is the amount of time to wait to
+ * are trying to add. 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