RepoIdBuilder.cpp

Go to the documentation of this file.
00001 /*
00002  *
00003  *
00004  * Distributed under the OpenDDS License.
00005  * See: http://www.opendds.org/license.html
00006  */
00007 
00008 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
00009 
00010 #include "RepoIdBuilder.h"
00011 
00012 #ifndef __ACE_INLINE__
00013 # include "RepoIdBuilder.inl"
00014 #endif /* __ACE_INLINE__ */
00015 
00016 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
00017 
00018 namespace OpenDDS {
00019 namespace DCPS {
00020 
00021 RepoIdBuilder::RepoIdBuilder()
00022 {
00023 }
00024 
00025 RepoIdBuilder::RepoIdBuilder(RepoId& repoId)
00026   : GuidBuilder(repoId)
00027 {
00028 }
00029 
00030 RepoIdBuilder::~RepoIdBuilder()
00031 {
00032 }
00033 
00034 } // namespace DCPS
00035 } // namespace OpenDDS
00036 
00037 OPENDDS_END_VERSIONED_NAMESPACE_DECL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1