summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 13:44:11 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-21 13:44:11 +0000
commitdec40e125992c09ca0c6c3e4184d5ed1b9df42b4 (patch)
tree6f92c1dbbb9bdb6b6278ab31c3f887dcbdba2228
parentc6d02cf9d495fe6f73930df876fe6c9d07aae74c (diff)
downloadATCD-dec40e125992c09ca0c6c3e4184d5ed1b9df42b4.tar.gz
moved ACCEPTOR typedef to after #include of tests/Thread_Pool_Reactor_Test.h
-rw-r--r--tests/Thread_Pool_Reactor_Test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Thread_Pool_Reactor_Test.cpp b/tests/Thread_Pool_Reactor_Test.cpp
index 2c963ce5884..8e90a559b94 100644
--- a/tests/Thread_Pool_Reactor_Test.cpp
+++ b/tests/Thread_Pool_Reactor_Test.cpp
@@ -46,8 +46,6 @@
#include "ace/Thread_Manager.h"
#include "ace/TP_Reactor.h"
-typedef ACE_Strategy_Acceptor <Acceptor_Handler, ACE_SOCK_ACCEPTOR> ACCEPTOR;
-
ACE_RCSID(tests, Atomic_Op_Test, "$Id$")
#if defined(__BORLANDC__) && __BORLANDC__ >= 0x0530
@@ -58,6 +56,7 @@ USELIB("..\ace\aced.lib");
#if defined (ACE_HAS_THREADS)
#include "tests/Thread_Pool_Reactor_Test.h"
+typedef ACE_Strategy_Acceptor <Acceptor_Handler, ACE_SOCK_ACCEPTOR> ACCEPTOR;
static ASYS_TCHAR *rendezvous = ASYS_TEXT ("localhost:10010");
static size_t svr_thrno = ACE_MAX_THREADS;