diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-06 04:42:47 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-06 04:42:47 +0000 |
commit | de79385e4d4b096cea5ea90545439fb645198222 (patch) | |
tree | ce0e294b53af470cdfc0b5b690436b6628f860ce /ace/Msg_WFMO_Reactor.cpp | |
parent | 5cfdefa63c39862b8af5f4e9546dbb029d554d89 (diff) | |
download | ATCD-de79385e4d4b096cea5ea90545439fb645198222.tar.gz |
.
Diffstat (limited to 'ace/Msg_WFMO_Reactor.cpp')
-rw-r--r-- | ace/Msg_WFMO_Reactor.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Msg_WFMO_Reactor.cpp b/ace/Msg_WFMO_Reactor.cpp index f501be57885..14f78f76fa3 100644 --- a/ace/Msg_WFMO_Reactor.cpp +++ b/ace/Msg_WFMO_Reactor.cpp @@ -80,10 +80,10 @@ ACE_Msg_WFMO_Reactor::dispatch_window_messages (void) } DWORD -ACE_Msg_WFMO_Reactor::poll_remaining_handles (size_t index) +ACE_Msg_WFMO_Reactor::poll_remaining_handles (size_t slot) { - return ::MsgWaitForMultipleObjects (this->handler_rep_.max_handlep1 () - index, - this->handler_rep_.handles () + index, + return ::MsgWaitForMultipleObjects (this->handler_rep_.max_handlep1 () - slot, + this->handler_rep_.handles () + slot, FALSE, 0, QS_ALLINPUT); |