summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Acceptor.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/SOCK_Acceptor.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/SOCK_Acceptor.h')
-rw-r--r--ACE/ace/SOCK_Acceptor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/ace/SOCK_Acceptor.h b/ACE/ace/SOCK_Acceptor.h
index 8aa3f1f8a3a..951cd47c138 100644
--- a/ACE/ace/SOCK_Acceptor.h
+++ b/ACE/ace/SOCK_Acceptor.h
@@ -69,7 +69,7 @@ public:
/**
* Initialize a passive-mode BSD-style acceptor socket (no QoS).
* <local_sap> is the address that we're going to listen for
- * connections on. If <reuse_addr> is 1 then we'll use the
+ * connections on. If @a reuse_addr is 1 then we'll use the
* <SO_REUSEADDR> to reuse this address. Returns 0 on success and
* -1 on failure.
*/
@@ -101,9 +101,9 @@ public:
* Accept a new ACE_SOCK_Stream connection. A @a timeout of 0
* means block forever, a @a timeout of {0, 0} means poll. <restart>
* == 1 means "restart if interrupted," i.e., if errno == EINTR.
- * Note that <new_stream> inherits the "blocking mode" of @c this
+ * Note that @a new_stream inherits the "blocking mode" of @c this
* ACE_SOCK_Acceptor, i.e., if @c this acceptor factory is in
- * non-blocking mode, the <net_stream> will be in non-blocking mode
+ * non-blocking mode, the @a new_stream will be in non-blocking mode
* and vice versa.
*/
int accept (ACE_SOCK_Stream &new_stream,
@@ -115,12 +115,12 @@ public:
#if !defined (ACE_HAS_WINCE)
/**
* Accept a new ACE_SOCK_Stream connection using the QoS
- * information in <qos_params>. A @a timeout of 0 means block
+ * information in @a qos_params. A @a timeout of 0 means block
* forever, a @a timeout of {0, 0} means poll. <restart> == 1 means
* "restart if interrupted," i.e., if errno == EINTR. Note that
- * <new_stream> inherits the "blocking mode" of @c this
+ * @a new_stream inherits the "blocking mode" of @c this
* ACE_SOCK_Acceptor, i.e., if @c this acceptor factory is in
- * non-blocking mode, the <net_stream> will be in non-blocking mode
+ * non-blocking mode, the @a new_stream will be in non-blocking mode
* and vice versa.
*/
int accept (ACE_SOCK_Stream &new_stream,