From dc76b24e5f45a7dd43cb681881c296cb2f492e65 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 5 Feb 2014 19:35:41 +0100 Subject: storage/local: OpenDirectory() returns StorageDirectoryReader* --- src/storage/plugins/LocalStorage.cxx | 2 +- src/storage/plugins/LocalStorage.hxx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/storage') diff --git a/src/storage/plugins/LocalStorage.cxx b/src/storage/plugins/LocalStorage.cxx index f06e447b5..0d45c9dcc 100644 --- a/src/storage/plugins/LocalStorage.cxx +++ b/src/storage/plugins/LocalStorage.cxx @@ -92,7 +92,7 @@ LocalStorage::GetInfo(const char *uri_utf8, bool follow, FileInfo &info, return Stat(path_fs, follow, info, error); } -LocalDirectoryReader * +StorageDirectoryReader * LocalStorage::OpenDirectory(const char *uri_utf8, Error &error) { AllocatedPath path_fs = MapFS(uri_utf8, error); diff --git a/src/storage/plugins/LocalStorage.hxx b/src/storage/plugins/LocalStorage.hxx index 319d0d189..bcbced3eb 100644 --- a/src/storage/plugins/LocalStorage.hxx +++ b/src/storage/plugins/LocalStorage.hxx @@ -60,8 +60,8 @@ public: virtual bool GetInfo(const char *uri_utf8, bool follow, FileInfo &info, Error &error) override; - virtual LocalDirectoryReader *OpenDirectory(const char *uri_utf8, - Error &error) override; + virtual StorageDirectoryReader *OpenDirectory(const char *uri_utf8, + Error &error) override; virtual std::string MapUTF8(const char *uri_utf8) const override; -- cgit v1.2.3