| 4476 | } |
| 4477 | } |
| 4478 | session_t routing_manager_impl::get_event_session() { |
| 4479 | return host_->get_session(false); |
| 4480 | } |
| 4481 | |
| 4482 | bool routing_manager_impl::send_event_to(const client_t _client, const std::shared_ptr<endpoint_definition>& _target, |
| 4483 | std::shared_ptr<message> _message) { |
no test coverage detected