Esempio n. 1
0
CIMGArchiveTranslatorHandle* CFileSystem::OpenCompressedIMGArchive( CFileTranslator *srcRoot, const wchar_t *srcPath )
{ return GenOpenCompressedIMGArchive( this, srcRoot, srcPath ); }
Esempio n. 2
0
CIMGArchiveTranslatorHandle* CFileSystem::OpenCompressedIMGArchive( CFileTranslator *srcRoot, const wchar_t *srcPath, bool writeAccess, bool isLiveMode )
{ return GenOpenCompressedIMGArchive( this, srcRoot, srcPath, writeAccess, isLiveMode ); }