diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-25 23:22:55 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-25 23:22:55 +0000 |
commit | 8e7b414ebd7381421619254cf5ee2709cbe06711 (patch) | |
tree | 4da3104e6926ad546912dbf2b3246d98e5726248 /ace/Proactor.cpp | |
parent | 38215e21dfa5d2f83a95acd87e3dc3f31370fba0 (diff) | |
download | ATCD-8e7b414ebd7381421619254cf5ee2709cbe06711.tar.gz |
Had to allow the definition of POSIX_COMPLETION_STRATEGY for the do-nothing
constructor on NT.
Diffstat (limited to 'ace/Proactor.cpp')
-rw-r--r-- | ace/Proactor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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) |