aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Remove.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db/update/Remove: initialize attribute "removed_song"Max Kellermann2014-02-051-1/+2
| | | | Fixes bogus assertion failure.
* db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann2014-02-041-2/+5
| | | | Decouples db/update/Remove.cpp from global variables.
* db/update: convert to OO APIMax Kellermann2014-01-301-0/+57
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.