TransportReactorTask.inl

Go to the documentation of this file.
00001 /*
00002  *
00003  *
00004  * Distributed under the OpenDDS License.
00005  * See: http://www.opendds.org/license.html
00006  */
00007 
00008 #include "ace/Reactor.h"
00009 #include "EntryExit.h"
00010 
00011 ACE_INLINE ACE_Reactor*
00012 OpenDDS::DCPS::TransportReactorTask::get_reactor()
00013 {
00014   DBG_ENTRY_LVL("TransportReactorTask","get_reactor",6);
00015   return this->reactor_;
00016 }
00017 
00018 ACE_INLINE const ACE_Reactor*
00019 OpenDDS::DCPS::TransportReactorTask::get_reactor() const
00020 {
00021   DBG_ENTRY_LVL("TransportReactorTask","get_reactor",6);
00022   return this->reactor_;
00023 }
00024 
00025 ACE_INLINE ACE_thread_t
00026 OpenDDS::DCPS::TransportReactorTask::get_reactor_owner() const
00027 {
00028   DBG_ENTRY_LVL("TransportReactorTask","get_reactor",6);
00029   return this->reactor_owner_;
00030 }
00031 
00032 ACE_INLINE ACE_Proactor*
00033 OpenDDS::DCPS::TransportReactorTask::get_proactor()
00034 {
00035   DBG_ENTRY_LVL("TransportReactorTask","get_proactor",6);
00036   return this->proactor_;
00037 }
00038 
00039 ACE_INLINE const ACE_Proactor*
00040 OpenDDS::DCPS::TransportReactorTask::get_proactor() const
00041 {
00042   DBG_ENTRY_LVL("TransportReactorTask","get_proactor",6);
00043   return this->proactor_;
00044 }

Generated on Fri Feb 12 20:05:28 2016 for OpenDDS by  doxygen 1.4.7