00001 /* -*- C++ -*- */ 00002 //$Id: Notification_Strategy.inl,v 1.1.1.1 2003/02/21 18:36:32 chad Exp $ 00003 00004 ACE_INLINE ACE_Event_Handler * 00005 ACE_Notification_Strategy::event_handler (void) 00006 { 00007 return eh_; 00008 } 00009 00010 ACE_INLINE void 00011 ACE_Notification_Strategy::event_handler (ACE_Event_Handler *eh) 00012 { 00013 this->eh_ = eh; 00014 } 00015 00016 ACE_INLINE ACE_Reactor_Mask 00017 ACE_Notification_Strategy::mask (void) const 00018 { 00019 return mask_; 00020 } 00021 00022 ACE_INLINE void 00023 ACE_Notification_Strategy::mask (ACE_Reactor_Mask m) 00024 { 00025 this->mask_ = m; 00026 }
1.2.14 written by Dimitri van Heesch,
© 1997-2002