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 4675116401
commit 1e33d07b86
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