Changeset 3038 for box/trunk/lib
- Timestamp:
- 01/11/2011 23:37:12 (7 months ago)
- Location:
- box/trunk/lib/backupstore
- Files:
-
- 2 edited
-
BackupStoreCheck2.cpp (modified) (2 diffs)
-
BackupStoreDirectory.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupstore/BackupStoreCheck2.cpp
r2861 r3038 393 393 394 394 // Add a new entry in an appropriate place 395 mDirectory.AddUnattac tedObject(objectStoreFilename, modTime,395 mDirectory.AddUnattachedObject(objectStoreFilename, modTime, 396 396 ObjectID, sizeInBlocks, 397 397 IsDirectory?(BackupStoreDirectory::Entry::Flags_Dir):(BackupStoreDirectory::Entry::Flags_File)); … … 884 884 // 885 885 // Function 886 // Name: BackupStoreDirectory::AddUnattac tedObject(...)886 // Name: BackupStoreDirectory::AddUnattachedObject(...) 887 887 // Purpose: Adds an object which is currently unattached. Assume that CheckAndFix() will be called afterwards. 888 888 // Created: 22/4/04 889 889 // 890 890 // -------------------------------------------------------------------------- 891 void BackupStoreDirectory::AddUnattac tedObject(const BackupStoreFilename &rName,891 void BackupStoreDirectory::AddUnattachedObject(const BackupStoreFilename &rName, 892 892 box_time_t ModificationTime, int64_t ObjectID, int64_t SizeInBlocks, int16_t Flags) 893 893 { -
box/trunk/lib/backupstore/BackupStoreDirectory.h
r2945 r3038 262 262 // Implemented in BackupStoreCheck2.cpp 263 263 bool CheckAndFix(); 264 void AddUnattactedObject(const BackupStoreFilename &rName, box_time_t ModificationTime, int64_t ObjectID, int64_t SizeInBlocks, int16_t Flags); 264 void AddUnattachedObject(const BackupStoreFilename &rName, 265 box_time_t ModificationTime, int64_t ObjectID, 266 int64_t SizeInBlocks, int16_t Flags); 265 267 bool NameInUse(const BackupStoreFilename &rName); 266 268 // Don't use these functions in normal code!
Note: See TracChangeset
for help on using the changeset viewer.
