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