00001 // -*- C++ -*- 00002 // $Id: Event.inl 69051 2005-10-28 16:14:56Z ossama $ 00003 00004 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00005 00006 ACE_INLINE ACE_event_t 00007 ACE_Event::handle (void) const 00008 { 00009 return this->handle_; 00010 } 00011 00012 ACE_INLINE void 00013 ACE_Event::handle (ACE_event_t new_handle) 00014 { 00015 this->handle_ = new_handle; 00016 } 00017 00018 ACE_END_VERSIONED_NAMESPACE_DECL