Changeset 3038 for box/trunk/lib


Ignore:
Timestamp:
01/11/2011 23:37:12 (7 months ago)
Author:
chris
Message:

Fix spelling error in AddUnattachedObject? method name.

Location:
box/trunk/lib/backupstore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupstore/BackupStoreCheck2.cpp

    r2861 r3038  
    393393 
    394394        // Add a new entry in an appropriate place 
    395         mDirectory.AddUnattactedObject(objectStoreFilename, modTime, 
     395        mDirectory.AddUnattachedObject(objectStoreFilename, modTime, 
    396396                ObjectID, sizeInBlocks, 
    397397                IsDirectory?(BackupStoreDirectory::Entry::Flags_Dir):(BackupStoreDirectory::Entry::Flags_File)); 
     
    884884// 
    885885// Function 
    886 //              Name:    BackupStoreDirectory::AddUnattactedObject(...) 
     886//              Name:    BackupStoreDirectory::AddUnattachedObject(...) 
    887887//              Purpose: Adds an object which is currently unattached. Assume that CheckAndFix() will be called afterwards. 
    888888//              Created: 22/4/04 
    889889// 
    890890// -------------------------------------------------------------------------- 
    891 void BackupStoreDirectory::AddUnattactedObject(const BackupStoreFilename &rName, 
     891void BackupStoreDirectory::AddUnattachedObject(const BackupStoreFilename &rName, 
    892892        box_time_t ModificationTime, int64_t ObjectID, int64_t SizeInBlocks, int16_t Flags) 
    893893{ 
  • box/trunk/lib/backupstore/BackupStoreDirectory.h

    r2945 r3038  
    262262        // Implemented in BackupStoreCheck2.cpp 
    263263        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); 
    265267        bool NameInUse(const BackupStoreFilename &rName); 
    266268        // Don't use these functions in normal code! 
Note: See TracChangeset for help on using the changeset viewer.