summaryrefslogtreecommitdiff
path: root/ACE/tests/Future_Test.cpp
diff options
context:
space:
mode:
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;