work around VC brain damage

This commit is contained in:
Glenn Maynard
2005-09-29 06:35:30 +00:00
parent 1c9f10be42
commit 08bbfd215d
8 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public:
virtual int GetFileHash( const CString &sPath );
virtual int GetPathValue( const CString &path );
virtual void FlushDirCache( const CString &sPath );
virtual bool MoveFile( const CString &sOldPath, const CString &sNewPath ) { return false; }
virtual bool Move( const CString &sOldPath, const CString &sNewPath ) { return false; }
virtual bool Remove( const CString &sPath ) { return false; }
/* Optional: Move to a different place, as if reconstructed with a different path. */