Reactor_Notification_Strategy.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Reactor_Notification_Strategy.inl 69051 2005-10-28 16:14:56Z ossama $
00004 
00005 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00006 
00007 ACE_INLINE ACE_Reactor *
00008 ACE_Reactor_Notification_Strategy::reactor (void)
00009 {
00010   return this->reactor_;
00011 }
00012 
00013 ACE_INLINE void
00014 ACE_Reactor_Notification_Strategy::reactor (ACE_Reactor *r)
00015 {
00016   this->reactor_ = r;
00017 }
00018 
00019 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Sun Jan 27 12:05:36 2008 for ACE by doxygen 1.3.6