| 178 | } |
| 179 | |
| 180 | void PureClientContext::m_sendRoute(std::string const &route) { |
| 181 | m_systemComponent->sendClientRouteUpdate(route); |
| 182 | m_update(); |
| 183 | } |
| 184 | |
| 185 | void PureClientContext::m_handleNewInterface( |
| 186 | common::ClientInterfacePtr const &iface) { |
nothing calls this directly
no test coverage detected