DefaultValues.h

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 #ifndef DEFAULTVALUES_H
00009 #define DEFAULTVALUES_H
00010 
00011 #include /**/ "ace/pre.h"
00012 
00013 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00014 # pragma once
00015 #endif /* ACE_LACKS_PRAGMA_ONCE */
00016 
00017 #include "dds/Versioned_Namespace.h"
00018 
00019 OPENDDS_BEGIN_VERSIONED_NAMESPACE_DECL
00020 
00021 namespace OpenDDS {
00022 namespace Federator {
00023 namespace Defaults {
00024 
00025 enum {
00026   DiscoveryRequestPort = 10022,
00027   DiscoveryReplyPort = 10023
00028 };
00029 
00030 } // namespace Defaults
00031 } // namespace Federator
00032 } // namespace OpenDDS
00033 
00034 OPENDDS_END_VERSIONED_NAMESPACE_DECL
00035 
00036 #include /**/ "ace/post.h"
00037 
00038 #endif /* DEFAULTVALUES_H */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 10 Aug 2018 for OpenDDS by  doxygen 1.6.1