summaryrefslogtreecommitdiff
path: root/ACE/ace/SOCK_Acceptor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-05-23 13:33:56 +0000
commit0449015e59162f4159f2e8802156968442417e15 (patch)
tree24cbebdcec340cb1e2524f9f8ff9c6e61646c4d8 /ACE/ace/SOCK_Acceptor.h
parentea5abcfb2bd8115f96a7156616d499cdbf48e126 (diff)
downloadATCD-0449015e59162f4159f2e8802156968442417e15.tar.gz
Wed May 23 15:32:55 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/SOCK_Acceptor.h')
-rw-r--r--ACE/ace/SOCK_Acceptor.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/ACE/ace/SOCK_Acceptor.h b/ACE/ace/SOCK_Acceptor.h
index 35e112c1aa3..8aa3f1f8a3a 100644
--- a/ACE/ace/SOCK_Acceptor.h
+++ b/ACE/ace/SOCK_Acceptor.h
@@ -28,7 +28,7 @@ class ACE_Accept_QoS_Params;
/**
* @class ACE_SOCK_Acceptor
*
- * @brief Defines a factory that creates new <ACE_Stream>s passively.
+ * @brief Defines a factory that creates new ACE_Streams passively.
*
* The ACE_SOCK_Acceptor has its own "passive-mode" socket.
* This serves as a factory to create so-called "data-mode"
@@ -98,11 +98,11 @@ public:
// = Passive connection <accept> methods.
/**
- * Accept a new <ACE_SOCK_Stream> connection. A @a timeout of 0
+ * 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 <this>
- * ACE_SOCK_Acceptor, i.e., if <this> acceptor factory is in
+ * Note that <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
* and vice versa.
*/
@@ -114,12 +114,12 @@ public:
#if !defined (ACE_HAS_WINCE)
/**
- * Accept a new <ACE_SOCK_Stream> connection using the QoS
+ * Accept a new ACE_SOCK_Stream connection using the QoS
* information in <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 <this>
- * ACE_SOCK_Acceptor, i.e., if <this> acceptor factory is in
+ * <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
* and vice versa.
*/