Event.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 // $Id: Event.inl 80826 2008-03-04 14:51:23Z wotte $
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 Tue Feb 2 17:18:39 2010 for ACE by  doxygen 1.4.7