diff options
author | Steve Huston <shuston@riverace.com> | 2000-05-17 18:37:25 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2000-05-17 18:37:25 +0000 |
commit | 8374ca81e83265d6199ce4fcc1c9d38460ca18db (patch) | |
tree | b0b9bc9631bab8bec7b7af0d9d4c4ff5af5d37e8 /ace/WFMO_Reactor.h | |
parent | 2debf33e509328ab9ec7a58fa3edb2c18b0feb78 (diff) | |
download | ATCD-8374ca81e83265d6199ce4fcc1c9d38460ca18db.tar.gz |
ChangeLogTag:Wed May 17 10:58:23 2000 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r-- | ace/WFMO_Reactor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h index f177196ed9b..9515a166ae7 100644 --- a/ace/WFMO_Reactor.h +++ b/ace/WFMO_Reactor.h @@ -1018,8 +1018,7 @@ protected: virtual ACE_Reactor_Mask upcall (ACE_Event_Handler *event_handler, ACE_HANDLE io_handle, - ACE_HANDLE event_handle, - long interested_events); + WSANETWORKEVENTS &events); virtual int calculate_timeout (ACE_Time_Value *time); // Used to caluculate the next timeout |