aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/CloseSongEnumerator.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* InputStream: add virtual destructorMax Kellermann2014-05-111-1/+1
| | | Replaces the method Close().
* playlist/CloseSongEnumerator: new wrapper classMax Kellermann2014-02-071-0/+34
Simplifies a lot of code, because we don't need to return both the SongEnumerator and the InputStream.