LCOV - code coverage report
Current view: top level - DCPS/transport/framework - PriorityMapper.inl (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 5 0.0 %
Date: 2023-04-30 01:32:43 Functions: 0 2 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             : OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
       9             : 
      10             : namespace OpenDDS {
      11             : namespace DCPS {
      12             : 
      13             : ACE_INLINE
      14           0 : PriorityMapper::PriorityMapper(Priority priority)
      15           0 :   : priority_(priority)
      16             : {
      17           0 : }
      18             : 
      19             : ACE_INLINE
      20             : Priority&
      21             : PriorityMapper::priority()
      22             : {
      23             :   return this->priority_;
      24             : }
      25             : 
      26             : ACE_INLINE
      27             : Priority
      28           0 : PriorityMapper::priority() const
      29             : {
      30           0 :   return this->priority_;
      31             : }
      32             : 
      33             : }
      34             : }
      35             : 
      36             : OPENDDS_END_VERSIONED_NAMESPACE_DECL

Generated by: LCOV version 1.16