FileSys: remove Open from FileBackend

Same as directory, file shouldn't expose Open either.
This commit is contained in:
wwylele
2016-10-17 10:10:23 +08:00
parent 0e754875d1
commit 9a0405858a
4 changed files with 44 additions and 64 deletions

View File

@ -18,12 +18,6 @@ public:
FileBackend() {}
virtual ~FileBackend() {}
/**
* Open the file
* @return Result of the file operation
*/
virtual ResultCode Open() = 0;
/**
* Read data from the file
* @param offset Offset in bytes to start reading data from