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 namespace OpenDDS {
00018 namespace Federator {
00019 namespace Defaults {
00020 
00021 enum {
00022   DiscoveryRequestPort = 10022,
00023   DiscoveryReplyPort = 10023
00024 };
00025 
00026 } // namespace Defaults
00027 } // namespace Federator
00028 } // namespace OpenDDS
00029 
00030 #include /**/ "ace/post.h"
00031 
00032 #endif /* DEFAULTVALUES_H */

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