summaryrefslogtreecommitdiff
path: root/ACE/ace/ATM_Connector.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:54:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:54:15 +0000
commit92758a4736d3aa1ccc8b53acdc62fb144c107050 (patch)
tree6072ed71e0bbc721f10bffe967a37fcb3c8589be /ACE/ace/ATM_Connector.h
parent9baf137c61b562db35419c5c8a6d0039822d3503 (diff)
downloadATCD-92758a4736d3aa1ccc8b53acdc62fb144c107050.tar.gz
Mon Oct 22 18:53:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/ATM_Connector.h')
-rw-r--r--ACE/ace/ATM_Connector.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/ACE/ace/ATM_Connector.h b/ACE/ace/ATM_Connector.h
index 090dd5bc88a..7e820ae765e 100644
--- a/ACE/ace/ATM_Connector.h
+++ b/ACE/ace/ATM_Connector.h
@@ -57,16 +57,16 @@ public:
/**
* Actively connect and produce a @a new_stream if things go well.
- * The <remote_sap> is the address that we are trying to connect
+ * The @a 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
* 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 returned with <errno == EWOULDBLOCK>. If
+ * the value of -1 is returned with @c errno == EWOULDBLOCK. If
* *timeout > {0, 0} then this is the maximum amount of time to wait before
* timing out. If the time expires before the connection is made
- * <errno == ETIME>. The <local_sap> is the value of local address
+ * @c errno == ETIME. The @a 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 @a reuse_addr == 1
* then the <local_addr> is reused, even if it hasn't been cleanedup yet.
@@ -87,16 +87,16 @@ public:
/**
* Actively connect and produce a @a new_stream if things go well.
- * The <remote_sap> is the address that we are trying to connect
+ * The @a 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
* 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 returned with <errno == EWOULDBLOCK>. If
+ * the value of -1 is returned with @c errno == EWOULDBLOCK. If
* *timeout > {0, 0} then this is the maximum amount of time to wait before
* timing out. If the time expires before the connection is made
- * <errno == ETIME>. The <local_sap> is the value of local address
+ * @c errno == ETIME. The @a 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 @a reuse_addr == 1
* then the <local_addr> is reused, even if it hasn't been cleanedup yet.
@@ -119,7 +119,7 @@ public:
/**
* Try to complete a non-blocking connection.
* If connection completion is successful then @a new_stream contains
- * the connected ACE_SOCK_Stream. If <remote_sap> is non-NULL then it
+ * the connected ACE_SOCK_Stream. If @a remote_sap is non-NULL then it
* will contain the address of the connected peer.
*/
int complete (ACE_ATM_Stream &new_stream,
@@ -128,7 +128,7 @@ public:
/**
* Actively add a leaf to the root (i.e., point-to-multipoint). The
- * <remote_sap> is the address of the leaf that we
+ * @a remote_sap is the address of the leaf that we
* are trying to add.
*/
int add_leaf (ACE_ATM_Stream &current_stream,