00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/ 00009 #include "TransportReplacedElement.h" 00010 00011 #if !defined (__ACE_INLINE__) 00012 #include "TransportReplacedElement.inl" 00013 #endif /* __ACE_INLINE__ */ 00014 00015 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00016 00017 OpenDDS::DCPS::TransportReplacedElement::~TransportReplacedElement() 00018 { 00019 DBG_ENTRY_LVL("TransportReplacedElement","~TransportReplacedElement",6); 00020 } 00021 00022 void 00023 OpenDDS::DCPS::TransportReplacedElement::release_element(bool dropped_by_transport) 00024 { 00025 ACE_UNUSED_ARG(dropped_by_transport); 00026 DBG_ENTRY_LVL("TransportReplacedElement","release_element",6); 00027 00028 00029 delete this; 00030 } 00031 00032 OPENDDS_END_VERSIONED_NAMESPACE_DECL