summaryrefslogtreecommitdiff
path: root/TAO/tao/UIOP_Acceptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/UIOP_Acceptor.h')
-rw-r--r--TAO/tao/UIOP_Acceptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/UIOP_Acceptor.h b/TAO/tao/UIOP_Acceptor.h
index ea8404c5b22..2266618ea25 100644
--- a/TAO/tao/UIOP_Acceptor.h
+++ b/TAO/tao/UIOP_Acceptor.h
@@ -39,8 +39,8 @@ typedef ACE_Concurrency_Strategy<TAO_UIOP_Server_Connection_Handler> UIOP_CONCUR
typedef ACE_Scheduling_Strategy<TAO_UIOP_Server_Connection_Handler> UIOP_SCHEDULING_STRATEGY;
// *******************************************************************
-typedef ACE_Strategy_Acceptor<TAO_UIOP_Server_Connection_Handler,
- ACE_LSOCK_ACCEPTOR>
+typedef ACE_Acceptor<TAO_UIOP_Server_Connection_Handler,
+ ACE_LSOCK_ACCEPTOR>
TAO_UIOP_BASE_ACCEPTOR;
// was defined in UIOP_Connect.h