aboutsummaryrefslogtreecommitdiffstats
path: root/src/DatabaseSong.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* LightSong: new class to be used by DatabasePlugin callbacksMax Kellermann2014-01-191-1/+1
| | | | | Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread.
* Mapper: add function map_song_detach()Max Kellermann2014-01-171-1/+2
| | | | | | Make the DetachedSong(Song) conversion constructor private. Everybody should use map_song_detach() which will take over more responsibilities soon.
* DatabaseSong: new library merging duplicate codeMax Kellermann2014-01-171-0/+40