summaryrefslogtreecommitdiff
path: root/ACE/examples/Connection
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2013-04-24 15:01:48 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2013-04-24 15:01:48 +0000
commit4197b1898b4319904f38397662656079af8d945b (patch)
treec506664051fc00b667c8be8ea6f917ff893ac1e6 /ACE/examples/Connection
parent85fe74ccaac59923bc6a39e31fdbb16974028a42 (diff)
downloadATCD-4197b1898b4319904f38397662656079af8d945b.tar.gz
ChangeLogTag:Wed
Diffstat (limited to 'ACE/examples/Connection')
-rw-r--r--ACE/examples/Connection/misc/Connection_Handler.cpp11
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 *)
{