Changeset 3037


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

Allow getting the number of errors found by a store checker object.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupstore/BackupStoreCheck.h

    r2701 r3037  
    8585         
    8686        bool ErrorsFound() {return mNumberErrorsFound > 0;} 
     87        inline int64_t GetNumErrorsFound() 
     88        { 
     89                return mNumberErrorsFound; 
     90        } 
    8791 
    8892private: 
     
    162166        #define DUMP_OBJECT_INFO 
    163167#endif 
    164          
     168 
    165169private: 
    166170        std::string mStoreRoot; 
Note: See TracChangeset for help on using the changeset viewer.