| 2675 | } |
| 2676 | |
| 2677 | std::shared_ptr<endpoint_manager_impl> routing_manager_impl::get_endpoint_manager() const { |
| 2678 | return ep_mgr_impl_; |
| 2679 | } |
| 2680 | |
| 2681 | void routing_manager_impl::send_subscribe([[maybe_unused]] client_t _client, [[maybe_unused]] service_t _service, |
| 2682 | [[maybe_unused]] instance_t _instance, [[maybe_unused]] eventgroup_t _eventgroup, |
no outgoing calls