This commit is contained in:
Sebastian Messmer 2014-12-05 04:36:32 +01:00
parent d30ab0d655
commit 323dfde2cf

View File

@ -35,8 +35,6 @@ public:
virtual std::unique_ptr<std::vector<std::string>> readDir(const boost::filesystem::path &path) = 0; virtual std::unique_ptr<std::vector<std::string>> readDir(const boost::filesystem::path &path) = 0;
}; };
//TODO Test error cases handled by libfuse (e.g. mkdir: Already exists, rmdir: Doesn't exist, ...)
} }
} }