| 891 | } |
| 892 | |
| 893 | void application_impl::unregister_state_handler() { |
| 894 | std::scoped_lock its_lock{state_handler_mutex_}; |
| 895 | handler_ = nullptr; |
| 896 | } |
| 897 | |
| 898 | void application_impl::register_availability_handler(service_t _service, instance_t _instance, const availability_handler_t& _handler, |
| 899 | major_version_t _major, minor_version_t _minor) { |