00001 /* -*- C++ -*- */ 00002 // $Id: Msg_WFMO_Reactor.i,v 1.1.1.3 2001/12/04 14:33:04 chad Exp $ 00003 00004 #if defined (ACE_WIN32) && !defined (ACE_LACKS_MSG_WFMO) 00005 00006 ACE_INLINE int 00007 ACE_Msg_WFMO_Reactor::handle_events (ACE_Time_Value &how_long) 00008 { 00009 return this->event_handling (&how_long, 0); 00010 } 00011 00012 ACE_INLINE int 00013 ACE_Msg_WFMO_Reactor::alertable_handle_events (ACE_Time_Value &how_long) 00014 { 00015 return this->event_handling (&how_long, MWMO_ALERTABLE); 00016 } 00017 00018 ACE_INLINE int 00019 ACE_Msg_WFMO_Reactor::handle_events (ACE_Time_Value *how_long) 00020 { 00021 return this->event_handling (how_long, 0); 00022 } 00023 00024 ACE_INLINE int 00025 ACE_Msg_WFMO_Reactor::alertable_handle_events (ACE_Time_Value *how_long) 00026 { 00027 return this->event_handling (how_long, MWMO_ALERTABLE); 00028 } 00029 00030 #endif /* ACE_WIN32 && !ACE_LACKS_MSG_WFMO */
1.2.14 written by Dimitri van Heesch,
© 1997-2002