LCOV - code coverage report
Current view: top level - DCPS/transport/framework - TransportReplacedElement.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 5 0.0 %
Date: 2023-04-30 01:32:43 Functions: 0 3 0.0 %

          Line data    Source code
       1             : /*
       2             :  *
       3             :  *
       4             :  * Distributed under the OpenDDS License.
       5             :  * See: http://www.opendds.org/license.html
       6             :  */
       7             : 
       8             : #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
       9             : #include "TransportReplacedElement.h"
      10             : 
      11             : #if !defined (__ACE_INLINE__)
      12             : #include "TransportReplacedElement.inl"
      13             : #endif /* __ACE_INLINE__ */
      14             : 
      15             : OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
      16             : 
      17           0 : OpenDDS::DCPS::TransportReplacedElement::~TransportReplacedElement()
      18             : {
      19             :   DBG_ENTRY_LVL("TransportReplacedElement", "~TransportReplacedElement", 6);
      20           0 : }
      21             : 
      22             : void
      23           0 : OpenDDS::DCPS::TransportReplacedElement::release_element(bool dropped_by_transport)
      24             : {
      25             :   ACE_UNUSED_ARG(dropped_by_transport);
      26             :   DBG_ENTRY_LVL("TransportReplacedElement", "release_element", 6);
      27             : 
      28             : 
      29           0 :   delete this;
      30           0 : }
      31             : 
      32             : OPENDDS_END_VERSIONED_NAMESPACE_DECL

Generated by: LCOV version 1.16