diff options
author | Steve Huston <shuston@riverace.com> | 2002-10-05 00:25:54 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2002-10-05 00:25:54 +0000 |
commit | e74d754e3840773616f8e5c809ff79f21dfc2170 (patch) | |
tree | 7caccdf49e172841bf42289e545ee8ab18383951 /ace/WFMO_Reactor.i | |
parent | 2dc99eb025ae04f71b670494277f50a80b2a6e5f (diff) | |
download | ATCD-e74d754e3840773616f8e5c809ff79f21dfc2170.tar.gz |
ChangeLogTag:Fri Oct 4 20:22:41 2002 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/WFMO_Reactor.i')
-rw-r--r-- | ace/WFMO_Reactor.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/WFMO_Reactor.i b/ace/WFMO_Reactor.i index 4c32a0ffea7..8db81e4808b 100644 --- a/ace/WFMO_Reactor.i +++ b/ace/WFMO_Reactor.i @@ -345,7 +345,7 @@ ACE_WFMO_Reactor_Handler_Repository::current_info (void) const return this->current_info_ + 1; } -ACE_INLINE size_t +ACE_INLINE DWORD ACE_WFMO_Reactor_Handler_Repository::max_handlep1 (void) const { if (ACE_Thread::self () == this->wfmo_reactor_.owner_i ()) @@ -898,7 +898,7 @@ ACE_WFMO_Reactor::change_owner (void) } ACE_INLINE int -ACE_WFMO_Reactor::safe_dispatch (int wait_status) +ACE_WFMO_Reactor::safe_dispatch (DWORD wait_status) { int result = -1; ACE_SEH_TRY |