TODOs
This commit is contained in:
parent
8d05844a11
commit
d30ab0d655
@ -32,7 +32,6 @@ public:
|
|||||||
virtual void rename(const boost::filesystem::path &from, const boost::filesystem::path &to) = 0;
|
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 utimens(const boost::filesystem::path &path, const timespec times[2]) = 0;
|
||||||
virtual void statfs(const boost::filesystem::path &path, struct statvfs *fsstat) = 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;
|
virtual std::unique_ptr<std::vector<std::string>> readDir(const boost::filesystem::path &path) = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user