aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Editor.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* *: add missing Compiler.h includesMax Kellermann2014-08-301-0/+1
| | | | Necessary for "final" on gcc 4.6.
* db/DatabaseListener: add method OnDatabaseSongRemoved()Max Kellermann2014-02-041-2/+2
| | | | Decouples db/update/Remove.cpp from global variables.
* db/update/Editor: add locking method variantsMax Kellermann2014-01-311-0/+10
|
* db/update: convert to OO APIMax Kellermann2014-01-301-0/+60
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.