DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
DynamicType.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_CORE_DETAIL_XTYPES_DYNAMIC_TYPE_HPP_
2 #define OMG_DDS_CORE_DETAIL_XTYPES_DYNAMIC_TYPE_HPP_
3 
4 namespace dds {
5  namespace core {
6  namespace xtypes {
7  namespace detail {
8  class DynamicType { };
9  }
10  }
11  }
12 }
13 #endif /* OMG_DDS_CORE_DETAIL_XTYPES_DYNAMIC_TYPE_HPP_ */