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 namespace OpenDDS {
00017 namespace DCPS {
00018 
00019 RepoIdBuilder::RepoIdBuilder()
00020 {
00021 }
00022 
00023 RepoIdBuilder::RepoIdBuilder(RepoId& repoId)
00024   : GuidBuilder(repoId)
00025 {
00026 }
00027 
00028 RepoIdBuilder::~RepoIdBuilder()
00029 {
00030 }
00031 
00032 } // namespace DCPS
00033 } // namespace OpenDDS

Generated on Fri Feb 12 20:05:25 2016 for OpenDDS by  doxygen 1.4.7