| 242 | } |
| 243 | |
| 244 | std::shared_ptr<configuration> routing_manager_client::get_configuration() const { |
| 245 | return host_->get_configuration(); |
| 246 | } |
| 247 | |
| 248 | bool routing_manager_client::offer_service(client_t _client, service_t _service, instance_t _instance, major_version_t _major, |
| 249 | minor_version_t _minor) { |
no outgoing calls
no test coverage detected