DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
ReadCondition.hpp
Go to the documentation of this file.
1 #ifndef OMG_DDS_SUB_DETAIL_READ_CONDITION_HPP_
2 #define OMG_DDS_SUB_DETAIL_READ_CONDITION_HPP_
3 
5 #include <foo/bar/core/ConditionImpl.hpp>
6 #include <dds/sub/cond/detail/Executor.hpp>
7 
8 namespace dds {
9  namespace sub {
10  namespace cond {
11  namespace detail {
12  class ReadCondition;
13  // For Implementor to fills in
14 
15  }
16  }
17  }
18 }
19 
20 #endif /* OMG_DDS_SUB_DETAIL_READ_CONDITION_HPP_ */