00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #include "dds/DCPS/transport/framework/TransportReactorTask.h" 00009 #include "dds/DCPS/transport/framework/EntryExit.h" 00010 00011 ACE_INLINE ACE_Reactor* 00012 OpenDDS::DCPS::TcpReceiveStrategy::get_reactor() 00013 { 00014 DBG_ENTRY_LVL("TcpReceiveStrategy","get_reactor",6); 00015 return this->reactor_task_->get_reactor(); 00016 } 00017 00018 ACE_INLINE bool 00019 OpenDDS::DCPS::TcpReceiveStrategy::gracefully_disconnected() 00020 { 00021 return this->gracefully_disconnected_; 00022 }