| 116 | } |
| 117 | |
| 118 | void routing_manager_impl::on_register_application(client_t _client, const boost::asio::ip::address& _address, port_t _port) { |
| 119 | if (stub_) { |
| 120 | stub_->on_register_application(_client, _address, _port); |
| 121 | } |
| 122 | } |
| 123 | |
| 124 | void routing_manager_impl::lazy_load([[maybe_unused]] const std::string& _client_host) { |
| 125 | VSOMEIP_ERROR_P << "Not supposed to be called"; |
no outgoing calls
no test coverage detected