refs #822, add file timestamp

This commit is contained in:
Klaus Basan
2016-12-04 19:13:15 +01:00
parent 77f2e0ab06
commit 246f48b71c
4 changed files with 71 additions and 7 deletions

View File

@@ -31,9 +31,9 @@ namespace BlackMisc
enum DbKeyState
{
Undefined = 0,
Valid = 1 << 0,
Invalid = 1 << 1,
All = Valid | Invalid
Valid = 1 << 0,
Invalid = 1 << 1,
All = Valid | Invalid
};
//! Supposed to be used only in filter operations