Changeset 2700
- Timestamp:
- 27/08/2010 10:05:06 (18 months ago)
- File:
-
- 1 edited
-
box/trunk/lib/backupclient/BackupStoreDirectory.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupStoreDirectory.h
r217 r2700 91 91 // characters for textual listing of files -- see bbackupquery/BackupQueries 92 92 #define BACKUPSTOREDIRECTORY_ENTRY_FLAGS_DISPLAY_NAMES "fdXoR" 93 93 94 // convenience methods 95 bool inline IsDir() 96 { 97 return GetFlags() & Flags_Dir; 98 } 99 bool inline IsFile() 100 { 101 return GetFlags() & Flags_File; 102 } 103 bool inline IsOld() 104 { 105 return GetFlags() & Flags_OldVersion; 106 } 107 bool inline IsDeleted() 108 { 109 return GetFlags() & Flags_Deleted; 110 } 94 111 bool inline MatchesFlags(int16_t FlagsMustBeSet, int16_t FlagsNotToBeSet) 95 112 {
Note: See TracChangeset
for help on using the changeset viewer.
