LCOV - code coverage report
Current view: top level - DCPS - Transient_Kludge.inl (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 7 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             : ACE_INLINE
       9           0 : OpenDDS::DCPS::Transient_Kludge::Transient_Kludge()
      10           0 :   : enabled_(false)
      11             : {
      12           0 : }
      13             : 
      14             : ACE_INLINE
      15           0 : OpenDDS::DCPS::Transient_Kludge::~Transient_Kludge()
      16             : {
      17           0 : }
      18             : 
      19             : ACE_INLINE
      20             : void
      21             : OpenDDS::DCPS::Transient_Kludge::enable()
      22             : {
      23             :   enabled_ = true;
      24             : }
      25             : 
      26             : ACE_INLINE
      27             : void
      28             : OpenDDS::DCPS::Transient_Kludge::disable()
      29             : {
      30             :   enabled_ = false;
      31             : }
      32             : 
      33             : ACE_INLINE
      34             : bool
      35           0 : OpenDDS::DCPS::Transient_Kludge::is_enabled() const
      36             : {
      37           0 :   return enabled_;
      38             : }

Generated by: LCOV version 1.16