aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/InputPlugin.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* InputStream: make various methods abstractMax Kellermann2014-05-111-32/+0
| | | | Replace InputPlugin attributes.
* InputStream: add virtual destructorMax Kellermann2014-05-111-1/+0
| | | Replaces the method Close().
* InputStream: convert to classMax Kellermann2014-05-111-1/+1
|
* InputPlugin: allow init() to soft-failMax Kellermann2014-03-021-1/+30
| | | | | Add enum InputResult which is a tri-state. Input plugins may now fail and just become unavailable.
* Input*: move to input/Max Kellermann2014-01-241-0/+91