aboutsummaryrefslogtreecommitdiffstats
path: root/src/storage/StorageInterface.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* StoragePlugin: add method MapToRelativeUTF8()Max Kellermann2014-02-071-0/+8
| | | | Replaces map_to_relative_path() from Mapper.cxx.
* storage/Interface: explicitly delete copy constructorsMax Kellermann2014-02-051-0/+4
|
* storage: add abstract interfaceMax Kellermann2014-02-051-0/+69
Prepare for the plugin interface.