summaryrefslogtreecommitdiff
path: root/ACE/tests/Future_Test.cpp
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/tests/Future_Test.cpp
parent85fe74ccaac59923bc6a39e31fdbb16974028a42 (diff)
downloadATCD-4197b1898b4319904f38397662656079af8d945b.tar.gz
ChangeLogTag:Wed
Diffstat (limited to 'ACE/tests/Future_Test.cpp')
-rw-r--r--ACE/tests/Future_Test.cpp15
1 files changed, 5 insertions, 10 deletions
diff --git a/ACE/tests/Future_Test.cpp b/ACE/tests/Future_Test.cpp
index 5a418583147..deabf651171 100644
--- a/ACE/tests/Future_Test.cpp
+++ b/ACE/tests/Future_Test.cpp
@@ -6,12 +6,11 @@
* $Id$
*
* This example tests the ACE Future and illustrates an
- * implementation of the Active Object pattern, which is described
- * in the POSA2 book <www.cs.wustl.edu/~schmidt/POSA/> and in a
- * paper at <www.cs.wustl.edu/~schmidt/PDF/Act-Obj.pdf>. The
- * Active Object example here is very simple -- it determines if numbers
- * are prime.
- *
+ * implementation of the Active Object pattern, which is described in
+ * the POSA2 book <www.dre.vanderbilt.edu/~schmidt/POSA/> and in a
+ * paper at <www.dre.vanderbilt.edu/~schmidt/PDF/Act-Obj.pdf>. The
+ * Active Object example here is very simple -- it determines if
+ * numbers are prime.
*
* @author Andres Kruse <Andres.Kruse@cern.ch>
* @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
@@ -19,7 +18,6 @@
*/
//=============================================================================
-
#include "test_config.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_sys_time.h"
@@ -32,9 +30,6 @@
#include "ace/Auto_Ptr.h"
#include "ace/Atomic_Op.h"
-
-
-
#if defined (ACE_HAS_THREADS)
typedef ACE_Atomic_Op<ACE_Thread_Mutex, int> ATOMIC_INT;