mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 05:29:17 +01:00
* Add NotifyDone() to all repository-attribute handlers and invoke that to notify any listeners. * Unify deletion to a single implementation of Delete() in the base class. Before, the root handler for a repository didn't do that, but just triggered the notification.