TcpReceiveStrategy.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 "dds/DCPS/transport/framework/TransportReactorTask.h"
00009 #include "dds/DCPS/transport/framework/EntryExit.h"
00010 
00011 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
00012 
00013 ACE_INLINE ACE_Reactor*
00014 OpenDDS::DCPS::TcpReceiveStrategy::get_reactor()
00015 {
00016   DBG_ENTRY_LVL("TcpReceiveStrategy","get_reactor",6);
00017   return this->reactor_task_->get_reactor();
00018 }
00019 
00020 ACE_INLINE bool
00021 OpenDDS::DCPS::TcpReceiveStrategy::gracefully_disconnected()
00022 {
00023   return this->gracefully_disconnected_;
00024 }
00025 
00026 OPENDDS_END_VERSIONED_NAMESPACE_DECL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1