DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Topic.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_TOPIC_TOPIC_HPP_
2 #define OMG_DDS_TOPIC_TOPIC_HPP_
3 
5 #include <dds/topic/TTopic.hpp>
6 
7 namespace dds { namespace topic {
8  template <typename T, template <typename Q> class DELEGATE = dds::topic::detail::Topic>
9  class Topic;
10 } }
11 
12 #endif /* OMG_DDS_TOPIC_TOPIC_HPP_ */