| 1213 | } |
| 1214 | |
| 1215 | void application_impl::register_message_handler(service_t _service, instance_t _instance, method_t _method, |
| 1216 | const message_handler_t& _handler) { |
| 1217 | |
| 1218 | register_message_handler_ext(_service, _instance, _method, _handler, handler_registration_type_e::HRT_REPLACE); |
| 1219 | } |
| 1220 | |
| 1221 | void application_impl::unregister_message_handler(service_t _service, instance_t _instance, method_t _method) { |
| 1222 | std::scoped_lock its_lock{members_mutex_}; |