9 #ifndef RAD_UTEST_OLDB_INTERFACE_HPP
10 #define RAD_UTEST_OLDB_INTERFACE_HPP
40 virtual void SetTrsHealth(
const std::string& health,
const std::string& desc);
OldbInterface class header file.
Definition: config.hpp:67
Definition: oldbInterface.hpp:34
Definition: oldbInterface.hpp:22
virtual ~OldbInterface()
Definition: oldbInterface.cpp:18
virtual void SetConfig(const rad::Config &cfg) override
Definition: oldbInterface.cpp:21
virtual void SetTrsHealth(const std::string &health, const std::string &desc)
Definition: oldbInterface.cpp:34
OldbInterface()
Definition: oldbInterface.cpp:15
Definition: actionsApp.cpp:20
Dummy OldbAdapter that can be used for unit testing.