summaryrefslogtreecommitdiff
path: root/ACE/ace/ATM_Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/ATM_Connector.h')
-rw-r--r--ACE/ace/ATM_Connector.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/ATM_Connector.h b/ACE/ace/ATM_Connector.h
index a4b71ed4cd4..090dd5bc88a 100644
--- a/ACE/ace/ATM_Connector.h
+++ b/ACE/ace/ATM_Connector.h
@@ -56,7 +56,7 @@ public:
ACE_ATM_Connector (void);
/**
- * Actively connect and produce a <new_stream> if things go well.
+ * Actively connect and produce a @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 @a timeout is the amount of time to
@@ -68,7 +68,7 @@ public:
* timing out. If the time expires before the connection is made
* <errno == ETIME>. The <local_sap> is the value of local address
* to bind to. If it's the default value of <ACE_ATM_Addr::sap_any> then
- * the user is letting the OS do the binding. If <reuse_addr> == 1
+ * the user is letting the OS do the binding. If @a reuse_addr == 1
* then the <local_addr> is reused, even if it hasn't been cleanedup yet.
*/
ACE_ATM_Connector (ACE_ATM_Stream &new_stream,
@@ -86,7 +86,7 @@ public:
int perms = 0);
/**
- * Actively connect and produce a <new_stream> if things go well.
+ * Actively connect and produce a @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 @a timeout is the amount of time to
@@ -98,7 +98,7 @@ public:
* timing out. If the time expires before the connection is made
* <errno == ETIME>. The <local_sap> is the value of local address
* to bind to. If it's the default value of <ACE_ATM_Addr::sap_any> then
- * the user is letting the OS do the binding. If <reuse_addr> == 1
+ * the user is letting the OS do the binding. If @a reuse_addr == 1
* then the <local_addr> is reused, even if it hasn't been cleanedup yet.
*/
int connect (ACE_ATM_Stream &new_stream,
@@ -118,7 +118,7 @@ public:
/**
* Try to complete a non-blocking connection.
- * If connection completion is successful then <new_stream> contains
+ * If connection completion is successful then @a new_stream contains
* the connected ACE_SOCK_Stream. If <remote_sap> is non-NULL then it
* will contain the address of the connected peer.
*/