summaryrefslogtreecommitdiff
path: root/ace/Asynch_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r--ace/Asynch_Acceptor.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h
index fe6813ccb75..8dc06e20b2e 100644
--- a/ace/Asynch_Acceptor.h
+++ b/ace/Asynch_Acceptor.h
@@ -30,16 +30,15 @@ class ACE_INET_Addr;
template <class HANDLER>
class ACE_Asynch_Acceptor : public ACE_Handler
- //
+{
// = TITLE
- //
// This class is an example of the Acceptor Pattern. This class
// will accept new connections and create new HANDLER to handle
// the new connections.
- //
+ //
// = DESCRIPTION
- //
-{
+ // Unlike the <ACE_Acceptor>, however, this class is designed to
+ // be used asynchronously.
public:
ACE_Asynch_Acceptor (void);
// A do nothing constructor.