00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #include "EntryExit.h" 00009 #include "dds/DCPS/DataSampleElement.h" 00010 00011 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00012 00013 namespace OpenDDS { 00014 namespace DCPS { 00015 00016 ACE_INLINE 00017 bool 00018 TransportSendControlElement::owned_by_transport() 00019 { 00020 return false; 00021 } 00022 00023 ACE_INLINE 00024 SequenceNumber 00025 TransportSendControlElement::sequence() const 00026 { 00027 return this->header_.sequence_; 00028 } 00029 00030 } 00031 } 00032 00033 OPENDDS_END_VERSIONED_NAMESPACE_DECL