minor fixes

This commit is contained in:
Glenn Maynard
2004-12-13 00:21:06 +00:00
parent 36990c4a4c
commit 328ddf6b2e
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ public:
int GetFileSize() const { return m_pFile->GetFileSize(); }
void DeleteFileWhenFinished() { m_bFileOwned = true; }
private:
protected:
int ReadInternal( void *pBuffer, size_t iBytes ) { SetError( "Not implemented" ); return -1; }
int WriteInternal( const void *pBuffer, size_t iBytes );
int FlushInternal();