storage/udisks: implement MapFS()

This commit is contained in:
Max Kellermann 2018-06-05 21:54:50 +02:00
parent cd24449495
commit 249316c8fc
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ public:
std::string MapUTF8(const char *uri_utf8) const noexcept override;
AllocatedPath MapFS(const char *uri_utf8) const noexcept override {
return mounted_storage->MapFS(uri_utf8);
}
const char *MapToRelativeUTF8(const char *uri_utf8) const noexcept override;
private: