Removed IsOpen because it should not have been there.
Change-Id: I4d5149de362e50a8f15ebfd382e39218ca2ca560
This commit is contained in:
parent
3af8d02ca1
commit
9cb9ee4efa
@ -25,7 +25,6 @@ public:
|
||||
|
||||
int Open(const char*);
|
||||
void Close();
|
||||
bool IsOpen() const;
|
||||
|
||||
virtual int Read(long long position, long length, unsigned char* buffer);
|
||||
virtual int Length(long long* total, long long* available);
|
||||
|
Loading…
Reference in New Issue
Block a user