mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
c24adb2950
- Instead of implicitly registering and unregistering a service instance on construction/destruction, DefaultNotificationService now exports explicit Register()/Unregister() calls, which subclasses are expected to call when they're ready. - Adjust all implementing subclasses. Resolves an issue with deadlocks when booting a DEBUG=1 build.