From e74d754e3840773616f8e5c809ff79f21dfc2170 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Sat, 5 Oct 2002 00:25:54 +0000 Subject: ChangeLogTag:Fri Oct 4 20:22:41 2002 Steve Huston --- ace/WFMO_Reactor.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ace/WFMO_Reactor.i') 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 -- cgit v1.2.1