| 1254 | } |
| 1255 | |
| 1256 | void application_impl::release_event(service_t _service, instance_t _instance, event_t _event) { |
| 1257 | if (routing_) |
| 1258 | routing_->unregister_event(client_, _service, _instance, _event, false); |
| 1259 | } |
| 1260 | |
| 1261 | // Interface "routing_manager_host" |
| 1262 | const std::string& application_impl::get_name() const { |