OpenDDS  Snapshot(2023/04/28-20:55)
FederationId.cpp
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 #include "DcpsInfo_pch.h"
9 
10 #include "FederationId.h"
11 
13 
15 : id_(initId)
16 , overridden_(false)
17 {
18 }
19 
20 void
22 {
23  this->id_ = fedId;
24  this->overridden_ = true;
25 }
26 
29 {
30  return this->id_;
31 }
32 
33 bool
35 {
36  return this->overridden_;
37 }
38 
TAO_DDS_DCPSFederationId(RepoKey initId)
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL