This commit is contained in:
Sebastian Messmer 2014-12-02 22:38:54 +01:00
parent 8d05844a11
commit d30ab0d655

View File

@ -32,7 +32,6 @@ public:
virtual void rename(const boost::filesystem::path &from, const boost::filesystem::path &to) = 0;
virtual void utimens(const boost::filesystem::path &path, const timespec times[2]) = 0;
virtual void statfs(const boost::filesystem::path &path, struct statvfs *fsstat) = 0;
//TODO Unit-Tests for all functions below
virtual std::unique_ptr<std::vector<std::string>> readDir(const boost::filesystem::path &path) = 0;
};