| 3706 | } |
| 3707 | |
| 3708 | std::shared_ptr<local_endpoint> routing_manager_impl::find_routing_endpoint(client_t _client) const { |
| 3709 | return ep_mgr_impl_->find_routing_endpoint(_client); |
| 3710 | } |
| 3711 | |
| 3712 | const char* routing_manager_impl::routing_state_tostring(routing_state_e _state) { |
| 3713 | switch (_state) { |
no outgoing calls
no test coverage detected