diff options
Diffstat (limited to 'ACE/examples/Connection/misc/Connection_Handler.cpp')
-rw-r--r-- | ACE/examples/Connection/misc/Connection_Handler.cpp | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/ACE/examples/Connection/misc/Connection_Handler.cpp b/ACE/examples/Connection/misc/Connection_Handler.cpp index efe96f514c0..0d540b08775 100644 --- a/ACE/examples/Connection/misc/Connection_Handler.cpp +++ b/ACE/examples/Connection/misc/Connection_Handler.cpp @@ -5,17 +5,16 @@ * * $Id$ * - * This test illustrates how to use the Acceptor pattern to - * create multiple threads, each running its own Reactor. You - * can connect to this via telnet and keep typing until you enter - * '^D'. + * This test illustrates how to use the Acceptor role of the + * Acceptor-Connector pattern to create multiple threads, each + * running its own Reactor. You can connect to this via telnet and + * keep typing until you enter '^D'. * * * @author Doug Schmidt */ //============================================================================= - #include "ace/Acceptor.h" #include "ace/SOCK_Acceptor.h" #include "ace/Service_Config.h" @@ -24,8 +23,6 @@ #include "Connection_Handler.h" - - int Connection_Handler::open (void *) { |