9 #ifndef RTCTK_COMPONENTFRAMEWORK_COMMANDREPLIER_HPP
10 #define RTCTK_COMPONENTFRAMEWORK_COMMANDREPLIER_HPP
12 #include "Rtctkif.hpp"
13 #include <mal/utility/Uri.hpp>
25 void RegisterService(
const std::string& name, std::shared_ptr<elt::mal::rr::RrEntity>& service) {
26 m_rr_server->registerService<T,
false>(name, service);
30 std::unique_ptr<elt::mal::rr::Server> m_rr_server;
31 std::thread m_rr_thread;