summaryrefslogtreecommitdiff
path: root/ACE/tests/Priority_Reactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Priority_Reactor_Test.cpp')
-rw-r--r--ACE/tests/Priority_Reactor_Test.cpp49
1 files changed, 23 insertions, 26 deletions
diff --git a/ACE/tests/Priority_Reactor_Test.cpp b/ACE/tests/Priority_Reactor_Test.cpp
index 463b43a22e7..cb758134e7f 100644
--- a/ACE/tests/Priority_Reactor_Test.cpp
+++ b/ACE/tests/Priority_Reactor_Test.cpp
@@ -1,28 +1,25 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Priority_Reactor_Test.cpp
-//
-// = DESCRIPTION
-// This is a test of the <ACE_Priority_Reactor>. The test forks
-// two processes (for a total of three processes) which connect to
-// the main process and The clients send data to a connector,
-// interestingly enough the acceptor will give more priority to
-// the second connection, which should run always before the first
-// one.
-//
-// The test itself is interesting, it shows how to write very
-// simple <ACE_Svc_Handler>, <ACE_Connectors> and <ACE_Acceptors>.
-//
-// = AUTHOR
-// Carlos O'Ryan <coryan@cs.wustl.edu>
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file Priority_Reactor_Test.cpp
+ *
+ * $Id$
+ *
+ * This is a test of the <ACE_Priority_Reactor>. The test forks
+ * two processes (for a total of three processes) which connect to
+ * the main process and The clients send data to a connector,
+ * interestingly enough the acceptor will give more priority to
+ * the second connection, which should run always before the first
+ * one.
+ *
+ * The test itself is interesting, it shows how to write very
+ * simple <ACE_Svc_Handler>, <ACE_Connectors> and <ACE_Acceptors>.
+ *
+ *
+ * @author Carlos O'Ryan <coryan@cs.wustl.edu>
+ */
+//=============================================================================
+
#include "test_config.h"
#include "ace/Get_Opt.h"
@@ -37,7 +34,7 @@
#include "ace/OS_NS_sys_wait.h"
#include "ace/OS_NS_unistd.h"
-ACE_RCSID(tests, Priority_Reactor_Test, "$Id$")
+
static const char ACE_ALPHABET[] = "abcdefghijklmnopqrstuvwxyz";