| 3170 | } |
| 3171 | |
| 3172 | session_t routing_manager_client::get_event_session() { |
| 3173 | return host_->get_session(false); |
| 3174 | } |
| 3175 | |
| 3176 | bool routing_manager_client::send_event_to(const client_t, const std::shared_ptr<endpoint_definition>&, std::shared_ptr<message>) { |
| 3177 | VSOMEIP_ERROR_P << "Not implemented"; |
nothing calls this directly
no test coverage detected