fix error reporting

This commit is contained in:
Glenn Maynard
2004-04-21 04:16:31 +00:00
parent 8ef2d598c2
commit 485354928f
3 changed files with 15 additions and 10 deletions
+2
View File
@@ -21,6 +21,8 @@ public:
virtual void FlushDirCache( const CString &sPath );
virtual bool Remove( const CString &sPath ) { return false; }
/* Possible error returns from Open, in addition to standard errno.h values: */
enum { ERROR_WRITING_NOT_SUPPORTED = -1 };
protected:
FilenameDB *FDB;
};