summaryrefslogtreecommitdiff
path: root/ACE/ace/XTI_ATM_Mcast.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:58:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 18:58:41 +0000
commit1faaf2171e3db88e198270bfe4a63515c724301b (patch)
tree466e378656e074cf3254f1f4c76c37fd3b6f1c20 /ACE/ace/XTI_ATM_Mcast.h
parent3d0c7df8f88ca516b6fee19510b8ceea0d271646 (diff)
downloadATCD-1faaf2171e3db88e198270bfe4a63515c724301b.tar.gz
Mon Oct 22 18:57:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/XTI_ATM_Mcast.h')
-rw-r--r--ACE/ace/XTI_ATM_Mcast.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/ACE/ace/XTI_ATM_Mcast.h b/ACE/ace/XTI_ATM_Mcast.h
index 3172e942e8a..360becbaa63 100644
--- a/ACE/ace/XTI_ATM_Mcast.h
+++ b/ACE/ace/XTI_ATM_Mcast.h
@@ -43,16 +43,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 @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 *timeout > {0, 0} then
+ * returned with @c errno == EWOULDBLOCK. If *timeout > {0, 0} then
* this is the 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 to bind to. If it's
- * the default value of <ACE_Addr::sap_any> then the user is letting
+ * time expires before the connection is made @c errno == ETIME. The
+ * @a local_sap is the value of local address to bind to. If it's
+ * the default value of ACE_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.
*/
@@ -71,16 +71,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 @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 *timeout > {0, 0} then
+ * returned with @c errno == EWOULDBLOCK. If *timeout > {0, 0} then
* this is the 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 to bind to. If it's
- * the default value of <ACE_Addr::sap_any> then the user is letting
+ * time expires before the connection is made @c errno == ETIME. The
+ * @a local_sap is the value of local address to bind to. If it's
+ * the default value of ACE_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.
*/
@@ -99,14 +99,14 @@ public:
/**
* Actively add a leaf to the currently connected stream (i.e.,
- * multicast). The <remote_sap> is the address of the leaf that we
+ * multicast). The @a remote_sap is the address of the leaf that we
* 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
- * of -1 is returned with <errno == EWOULDBLOCK>. If *timeout >
+ * of -1 is returned with @c errno == EWOULDBLOCK. If *timeout >
* {0, 0} then this is the amount of time to wait before timing out.
- * If the time expires before the connection is made <errno == ETIME>.
+ * If the time expires before the connection is made @c errno == ETIME.
*/
int add_leaf (ACE_TLI_Stream &current_stream,
const ACE_Addr &remote_sap,