RageFileManager::Remount

This commit is contained in:
Glenn Maynard
2005-01-27 03:43:55 +00:00
parent 6e644f3d77
commit 67d5bfd6d5
5 changed files with 39 additions and 7 deletions
+3
View File
@@ -23,6 +23,9 @@ public:
virtual void FlushDirCache( const CString &sPath );
virtual bool Remove( const CString &sPath ) { return false; }
/* Optional: Move to a different place, as if reconstructed with a different path. */
virtual bool Remount( const CString &sPath ) { return false; }
/* Possible error returns from Open, in addition to standard errno.h values: */
enum { ERROR_WRITING_NOT_SUPPORTED = -1 };
// protected: