| 1242 | } |
| 1243 | |
| 1244 | void application_impl::stop_offer_event(service_t _service, instance_t _instance, event_t _event) { |
| 1245 | if (routing_) |
| 1246 | routing_->unregister_event(client_, _service, _instance, _event, true); |
| 1247 | } |
| 1248 | |
| 1249 | void application_impl::request_event(service_t _service, instance_t _instance, event_t _event, const std::set<eventgroup_t>& _eventgroups, |
| 1250 | event_type_e _type, reliability_type_e _reliability) { |