add RageFileDriver::FlushDirCache

This commit is contained in:
Glenn Maynard
2003-12-07 04:19:26 +00:00
parent 2e4fc20919
commit 594c059062
+1
View File
@@ -15,6 +15,7 @@ public:
virtual int GetFileModTime( CString sPath ) = 0;
virtual int GetPathValue( CString path );
virtual bool Ready() { return true; } /* see RageFileManager::MountpointIsReady */
virtual void FlushDirCache( const CString &sPath ) { }
};
class RageFileObj