LCOV - code coverage report
Current view: top level - DCPS - RepoIdBuilder.cpp (source / functions) Hit Total Coverage
Test: coverage.info Lines: 4 7 57.1 %
Date: 2023-04-30 01:32:43 Functions: 2 3 66.7 %

          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             : 
      10             : #include "RepoIdBuilder.h"
      11             : 
      12             : #ifndef __ACE_INLINE__
      13             : # include "RepoIdBuilder.inl"
      14             : #endif /* __ACE_INLINE__ */
      15             : 
      16             : OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
      17             : 
      18             : namespace OpenDDS {
      19             : namespace DCPS {
      20             : 
      21          12 : RepoIdBuilder::RepoIdBuilder()
      22             : {
      23          12 : }
      24             : 
      25           0 : RepoIdBuilder::RepoIdBuilder(GUID_t& repoId)
      26           0 :   : GuidBuilder(repoId)
      27             : {
      28           0 : }
      29             : 
      30          12 : RepoIdBuilder::~RepoIdBuilder()
      31             : {
      32          12 : }
      33             : 
      34             : } // namespace DCPS
      35             : } // namespace OpenDDS
      36             : 
      37             : OPENDDS_END_VERSIONED_NAMESPACE_DECL

Generated by: LCOV version 1.16