summaryrefslogtreecommitdiff
path: root/ACE/tests/Thread_Pool_Reactor_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/Thread_Pool_Reactor_Test.cpp')
-rw-r--r--ACE/tests/Thread_Pool_Reactor_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Thread_Pool_Reactor_Test.cpp b/ACE/tests/Thread_Pool_Reactor_Test.cpp
index 15d718d6c1e..07c134f96fd 100644
--- a/ACE/tests/Thread_Pool_Reactor_Test.cpp
+++ b/ACE/tests/Thread_Pool_Reactor_Test.cpp
@@ -46,7 +46,7 @@
#if defined (ACE_HAS_THREADS) && !defined ACE_LACKS_ACCEPT
#include "Thread_Pool_Reactor_Test.h"
-typedef ACE_Strategy_Acceptor <Request_Handler, ACE_SOCK_ACCEPTOR> ACCEPTOR;
+using ACCEPTOR = ACE_Strategy_Acceptor<Request_Handler, ACE_SOCK_Acceptor>;
// Accepting end point. This is actually "localhost:10010", but some
// platform couldn't resolve the name so we use the IP address