RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
fakeOldbIf.hpp
Go to the documentation of this file.
1
11
12#ifndef RTCTK_COMPONENTFRAMEWORK_TEST_FAKEOLDBIF_HPP
13#define RTCTK_COMPONENTFRAMEWORK_TEST_FAKEOLDBIF_HPP
14
17
19
25class FakeOldbIf : public OldbIf, protected FakeRepositorySubscriber {
26public:
27 elt::mal::Uri GetUri() const override {
28 return elt::mal::Uri("fake:");
29 }
30};
31
32} // namespace rtctk::componentFramework::test
33
34#endif // RTCTK_COMPONENTFRAMEWORK_TEST_FAKEOLDBIF_HPP
Base interface for all OLDB adapters.
Definition oldbIf.hpp:24
Implementation of a fake of OldbIf for testing.
Definition fakeOldbIf.hpp:25
elt::mal::Uri GetUri() const override
Get the URI used when creating this adapter object.
Definition fakeOldbIf.hpp:27
FakeRepositorySubscriber()
Definition fakeRepositorySubscriber.cpp:20
Header file for an in-memory fake RepositorySubscriberIf.
Definition fakeClock.cpp:14
Header file for OldbIf, which defines the API for OldbAdapters.