Event.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // Event.inl,v 4.2 2005/10/28 16:14:52 ossama Exp
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

Generated on Thu Nov 9 09:41:50 2006 for ACE by doxygen 1.3.6