OpenDDS  Snapshot(2023/04/28-20:55)
DefaultValues.h
Go to the documentation of this file.
1 /*
2  *
3  *
4  * Distributed under the OpenDDS License.
5  * See: http://www.opendds.org/license.html
6  */
7 
8 #ifndef DEFAULTVALUES_H
9 #define DEFAULTVALUES_H
10 
11 #include /**/ "ace/pre.h"
12 
13 #if !defined (ACE_LACKS_PRAGMA_ONCE)
14 # pragma once
15 #endif /* ACE_LACKS_PRAGMA_ONCE */
16 
18 
20 
21 namespace OpenDDS {
22 namespace Federator {
23 namespace Defaults {
24 
25 enum {
28 };
29 
30 } // namespace Defaults
31 } // namespace Federator
32 } // namespace OpenDDS
33 
35 
36 #include /**/ "ace/post.h"
37 
38 #endif /* DEFAULTVALUES_H */
#define OPENDDS_END_VERSIONED_NAMESPACE_DECL
The Internal API and Implementation of OpenDDS.
Definition: AddressCache.h:28