aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/update/Service.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-04db/update/Service: use DatabaseListener instead of InstanceMax Kellermann1-1/+5
Don't use the global variable "instance".
2014-02-04db/update/Service: add SimpleDatabase referenceMax Kellermann1-1/+5
Don't use the global variables from the DatabaseSimple library.
2014-01-30db/update: convert to OO APIMax Kellermann1-0/+89
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.