From 594c059062abf6946ec1b757686b3e0f7be47e56 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 7 Dec 2003 04:19:26 +0000 Subject: [PATCH] add RageFileDriver::FlushDirCache --- stepmania/src/RageFileDriver.h | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/RageFileDriver.h b/stepmania/src/RageFileDriver.h index ea6747d1b2..379cd6c9f2 100644 --- a/stepmania/src/RageFileDriver.h +++ b/stepmania/src/RageFileDriver.h @@ -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