| 87 | } |
| 88 | |
| 89 | RemoteHandlerPtr |
| 90 | InterfaceTree::replaceHandlerForPath(std::string const &path, |
| 91 | RemoteHandlerPtr const &handler) { |
| 92 | return m_setHandler(m_getNodeForPath(path), handler); |
| 93 | } |
| 94 | |
| 95 | void InterfaceTree::updateHandlers() { m_handlers.update(); } |
| 96 | void InterfaceTree::clearHandlers() { |
no outgoing calls
no test coverage detected