13#ifndef RTCTK_COMPONENTFRAMEWORK_PERSISTENTREPOIF_HPP
14#define RTCTK_COMPONENTFRAMEWORK_PERSISTENTREPOIF_HPP
57 static std::unique_ptr<PersistentRepoIf> CreateAdapter(
const elt::mal::Uri& uri);
Base interface for all Persistent Configuration Repository adapters.
Definition persistentRepoIf.hpp:25
elt::mal::Uri AdapterIdType
The type used to distinguish between different adapters implementing RuntimeRepoIf.
Definition persistentRepoIf.hpp:34
virtual ~PersistentRepoIf()=default
Abstract interface providing basic read and write facilities to a repository.
Definition repositoryIf.hpp:104
#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 RepositoryIf and related base classes.