diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-10-03 19:38:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-10-03 19:38:24 +0000 |
commit | 7a96a0d98d9bc982ef3964a8bfd69913a3ca4373 (patch) | |
tree | 71bb43af2b5138b239bf793029785076922d9ac2 /ACE/ace/XTI_ATM_Mcast.h | |
parent | 120546b69ce995607de011978e2b0ba51b073cda (diff) | |
download | ATCD-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.h | 8 |
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, |