| 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) { |
| 4484 | return send_to(_client, _target, _message); |
| 4485 | } |
| 4486 | |
| 4487 | void routing_manager_impl::stop_offer_graceful_timeout(const boost::system::error_code& _ec) { |
| 4488 | if (_ec == boost::asio::error::operation_aborted) { |
no outgoing calls
no test coverage detected