| 109 | } |
| 110 | |
| 111 | void JointClientContext::m_sendRoute(std::string const &route) { |
| 112 | m_systemComponent->sendClientRouteUpdate(route); |
| 113 | m_update(); |
| 114 | } |
| 115 | |
| 116 | void JointClientContext::m_handleNewInterface( |
| 117 | common::ClientInterfacePtr const &iface) { |
nothing calls this directly
no test coverage detected