00001 /* 00002 * 00003 * 00004 * Distributed under the OpenDDS License. 00005 * See: http://www.opendds.org/license.html 00006 */ 00007 00008 #ifndef OPENDDS_DCPS_REPOIDTYPES_H 00009 #define OPENDDS_DCPS_REPOIDTYPES_H 00010 00011 #include "dds/DdsDcpsInfoUtilsC.h" 00012 00013 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00014 #pragma once 00015 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00016 00017 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL 00018 00019 namespace OpenDDS { 00020 namespace DCPS { 00021 00022 typedef RepoId PublicationId; 00023 typedef RepoId SubscriptionId; 00024 00025 } // namespace OpenDDS 00026 } // namespace DCPS 00027 00028 OPENDDS_END_VERSIONED_NAMESPACE_DECL 00029 00030 #endif /* OPENDDS_DCPS_REPOIDTYPES_H */