13#ifndef RTCTK_COMPONENTFRAMEWORK_OLDBIF_HPP
14#define RTCTK_COMPONENTFRAMEWORK_OLDBIF_HPP
60 static std::unique_ptr<OldbIf>
CreateAdapter(
const elt::mal::Uri& uri);
69 virtual elt::mal::Uri
GetUri()
const = 0;
Base interface for all OLDB adapters.
Definition oldbIf.hpp:25
~OldbIf() override=default
static std::unique_ptr< OldbIf > CreateAdapter(const elt::mal::Uri &uri)
Factory method used to create the appropriate OLDB adapter depending on the URI scheme.
Definition oldbIf.cpp:18
virtual elt::mal::Uri GetUri() const =0
Get the URI used when creating this adapter object.
elt::mal::Uri AdapterIdType
The type used to distinguish between different adapters implementing OldbIf.
Definition oldbIf.hpp:34
RepositorySubscriberIf()=default
#define RTCTK_API
Helper to indicate that a class or function must be exported in the public symbol table.
Definition config.hpp:33
Definition commandReplier.cpp:22
Header file for RepositorySubscriberIf and related base classes.