| 844 | } |
| 845 | |
| 846 | void routing_manager_stub::broadcast(protocol::command_header const& _command) const { |
| 847 | if (auto epm = host_->get_endpoint_manager(); epm) { |
| 848 | epm->broadcast_locally(_command); |
| 849 | } |
| 850 | } |
| 851 | |
| 852 | bool routing_manager_stub::send_subscribe(const std::shared_ptr<local_endpoint>& _target, client_t _client, service_t _service, |
| 853 | instance_t _instance, eventgroup_t _eventgroup, major_version_t _major, event_t _event, |
nothing calls this directly
no test coverage detected