Partition: use CallbackMaskMonitor, replacing class GlobalEvents::Monitor

This commit is contained in:
Max Kellermann
2016-03-10 22:44:34 +01:00
parent 483daa5882
commit 5ca6026787
10 changed files with 30 additions and 191 deletions

View File

@@ -112,17 +112,6 @@ struct Instance final
Database *GetDatabase(Error &error);
#endif
/**
* A tag in the play queue has been modified by the player
* thread. Propagate the change to all subsystems.
*/
void TagModified();
/**
* Synchronize the player with the play queue.
*/
void SyncWithPlayer();
private:
#ifdef ENABLE_DATABASE
virtual void OnDatabaseModified() override;