From 8e7b414ebd7381421619254cf5ee2709cbe06711 Mon Sep 17 00:00:00 2001 From: brunsch Date: Fri, 25 Sep 1998 23:22:55 +0000 Subject: Had to allow the definition of POSIX_COMPLETION_STRATEGY for the do-nothing constructor on NT. --- ace/Proactor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/Proactor.cpp') diff --git a/ace/Proactor.cpp b/ace/Proactor.cpp index 4e8ac342934..e482b1f35cf 100644 --- a/ace/Proactor.cpp +++ b/ace/Proactor.cpp @@ -344,8 +344,8 @@ ACE_Proactor_Handle_Timeout_Upcall::proactor (ACE_Proactor &proactor) } ACE_Proactor::ACE_Proactor (size_t number_of_threads, - Timer_Queue *tq, - int used_with_reactor_event_loop, + Timer_Queue *tq, + int used_with_reactor_event_loop, POSIX_COMPLETION_STRATEGY completion_strategy) : #if defined (ACE_HAS_AIO_CALLS) -- cgit v1.2.1