DeleteFileWhenFinished()
This commit is contained in:
@@ -43,6 +43,7 @@ public:
|
|||||||
~RageFileObjDeflate();
|
~RageFileObjDeflate();
|
||||||
|
|
||||||
int GetFileSize() const { return m_pFile->GetFileSize(); }
|
int GetFileSize() const { return m_pFile->GetFileSize(); }
|
||||||
|
void DeleteFileWhenFinished() { m_bFileOwned = true; }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
int ReadInternal( void *pBuffer, size_t iBytes ) { SetError( "Not implemented" ); return -1; }
|
int ReadInternal( void *pBuffer, size_t iBytes ) { SetError( "Not implemented" ); return -1; }
|
||||||
|
|||||||
Reference in New Issue
Block a user