Changed TODO

This commit is contained in:
Sebastian Messmer 2014-11-25 14:30:11 +01:00
parent 61e5b4b7de
commit 748f38c991

View File

@ -16,8 +16,8 @@ public:
virtual void flush(int descriptor) = 0;
virtual void closeFile(int descriptor) = 0;
virtual void lstat(const boost::filesystem::path &path, struct ::stat *stbuf) = 0;
//TODO Unit-Tests for all functions below
virtual void fstat(int descriptor, struct ::stat *stbuf) = 0;
//TODO Unit-Tests for all functions below
virtual void truncate(const boost::filesystem::path &path, off_t size) = 0;
virtual void ftruncate(int descriptor, off_t size) = 0;
virtual int read(int descriptor, void *buf, size_t count, off_t offset) = 0;