Removed IsOpen because it should not have been there.

Change-Id: I4d5149de362e50a8f15ebfd382e39218ca2ca560
This commit is contained in:
Michael Szal 2013-03-27 11:00:43 -07:00
parent 3af8d02ca1
commit 9cb9ee4efa

View File

@ -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);