diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Asynch_Acceptor.h | |
parent | 4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff) | |
download | ATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r-- | ace/Asynch_Acceptor.h | 9 |
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. |