OpenDDS  Snapshot(2023/04/28-20:55)
RepoIdBuilder.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 "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 
17 
18 namespace OpenDDS {
19 namespace DCPS {
20 
22 {
23 }
24 
26  : GuidBuilder(repoId)
27 {
28 }
29 
31 {
32 }
33 
34 } // namespace DCPS
35 } // namespace OpenDDS
36 
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28