Changeset 2176 for box/trunk/bin/bbstored/HousekeepStoreAccount.h
- Timestamp:
- 28/05/2008 15:27:21 (4 years ago)
- File:
-
- 1 edited
-
box/trunk/bin/bbstored/HousekeepStoreAccount.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/bin/bbstored/HousekeepStoreAccount.h
r217 r2176 43 43 bool DeleteFiles(); 44 44 bool DeleteEmptyDirectories(); 45 void DeleteEmptyDirectory(int64_t dirId, 46 std::vector<int64_t>& rToExamine); 45 47 void DeleteFile(int64_t InDirectory, int64_t ObjectID, BackupStoreDirectory &rDirectory, const std::string &rDirectoryFilename, int64_t OriginalDirSizeInBlocks); 46 48 … … 53 55 int32_t mMarkNumber; 54 56 int32_t mVersionAgeWithinMark; // 0 == current, 1 latest old version, etc 57 bool mIsFlagDeleted; // false for files flagged "Old" 55 58 } DelEn; 56 59
Note: See TracChangeset
for help on using the changeset viewer.
