summaryrefslogtreecommitdiff
path: root/ACE/ace/XTI_ATM_Mcast.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-03 19:38:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-03 19:38:24 +0000
commit7a96a0d98d9bc982ef3964a8bfd69913a3ca4373 (patch)
tree71bb43af2b5138b239bf793029785076922d9ac2 /ACE/ace/XTI_ATM_Mcast.h
parent120546b69ce995607de011978e2b0ba51b073cda (diff)
downloadATCD-7a96a0d98d9bc982ef3964a8bfd69913a3ca4373.tar.gz
Wed Oct 3 19:31: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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/XTI_ATM_Mcast.h b/ACE/ace/XTI_ATM_Mcast.h
index 23fbc0c6381..3172e942e8a 100644
--- a/ACE/ace/XTI_ATM_Mcast.h
+++ b/ACE/ace/XTI_ATM_Mcast.h
@@ -42,7 +42,7 @@ public:
ACE_XTI_ATM_Mcast (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 @a timeout is the amount of time to wait to connect.
* If it's 0 then we block indefinitely. If *timeout == {0, 0} then
@@ -53,7 +53,7 @@ public:
* 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
- * the OS do the binding. If <reuse_addr> == 1 then the
+ * 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_XTI_ATM_Mcast (ACE_TLI_Stream &new_stream,
@@ -70,7 +70,7 @@ public:
struct netbuf *opt = 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 @a timeout is the amount of time to wait to connect.
* If it's 0 then we block indefinitely. If *timeout == {0, 0} then
@@ -81,7 +81,7 @@ public:
* 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
- * the OS do the binding. If <reuse_addr> == 1 then the
+ * 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_TLI_Stream &new_stream,