| 1904 | } |
| 1905 | |
| 1906 | bool application_impl::is_routing() const { |
| 1907 | return is_routing_manager_host_; |
| 1908 | } |
| 1909 | |
| 1910 | void application_impl::send_back_cached_event(service_t _service, instance_t _instance, event_t _event) { |
| 1911 | std::shared_ptr<event> its_event = routing_->find_consumed_event(_service, _instance, _event); |
no outgoing calls