DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
BuiltinTopicTypes.hpp
Go to the documentation of this file.
1 /*
2  * BuiltinTopicTypes.hpp
3  *
4  * Created on: Oct 23, 2012
5  * Author: angelo
6  */
7 
8 #ifndef OMG_DDS_CORE_DELEGATE_BUILTIN_TOPIC_TYPES_HPP_
9 #define OMG_DDS_CORE_DELEGATE_BUILTIN_TOPIC_TYPES_HPP_
10 
11 namespace dds {
12  namespace core {
13  namespace detail {
14 
15  class BytesTopicType { };
16  class StringTopicType { };
19  }
20  }
21 }
22 
23 
24 #endif /* OMG_DDS_CORE_DELEGATE_BUILTIN_TOPIC_TYPES_HPP_ */