RTC Toolkit  0.1.0-alpha
oldbAdapter.hpp
Go to the documentation of this file.
1 
9 #ifndef RTCTK_COMPONENTFRAMEWORK_OLDBADAPTER_HPP
10 #define RTCTK_COMPONENTFRAMEWORK_OLDBADAPTER_HPP
11 
13 
14 namespace rtctk::componentFramework {
15 
16 class OldbAdapter : public OldbApiIf {
17 public:
18 };
19 
20 } // namespace rtctk::componentFramework
21 
22 #endif // RTCTK_COMPONENTFRAMEWORK_OLDBADAPTER_HPP
rtctk::componentFramework::OldbAdapter
Definition: oldbAdapter.hpp:16
rtctk::componentFramework
Definition: rtcComponent.hpp:17
oldbApiIf.hpp
Header file for OldbApiIf, which defines the API for OldbAdapters.
rtctk::componentFramework::OldbApiIf
Definition: oldbApiIf.hpp:18