- bool mValid; // mBlob was validly read from mPath
- UnlockBlob mBlob; // contents of mPath as last read
-
- Time::Absolute mCachedDate; // modify date of file when last read
- Time::Absolute mUpdateThreshold; // cutoff threshold for checking again
-
- static const int checkDelay = 1; // seconds minimum delay between update checks
-
- bool update();
+ // Check if this database is in the middle of a recode/migration
+ virtual bool isRecoding() { return false; }