mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #822, add file timestamp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user