DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
CoherentAccess.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_SUB_DETAIL_COHERENT_ACCESS_HPP_
2 #define OMG_DDS_SUB_DETAIL_COHERENT_ACCESS_HPP_
3 
4 #include <foo/bar/sub/CoherentAccess.hpp>
6 
7 namespace dds { namespace sub { namespace detail {
8  typedef ::dds::sub::TCoherentAccess<foo::bar::sub::CoherentAccess> CoherentAccess;
9 } } }
10 
11 #endif /* OMG_DDS_SUB_DETAIL_COHERENT_ACCESS_HPP_ */