| 2686 | |
| 2687 | template <typename T> |
| 2688 | inline bool installLogDispatchCallback(const std::string& id) { |
| 2689 | return base::utils::Utils::installCallback<T, base::type::LogDispatchCallbackPtr>(id, &m_logDispatchCallbacks); |
| 2690 | } |
| 2691 | |
| 2692 | template <typename T> |
| 2693 | inline void uninstallLogDispatchCallback(const std::string& id) { |
nothing calls this directly
no outgoing calls
no test coverage detected