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