Changeset 3071


Ignore:
Timestamp:
22/01/2012 19:39:39 (4 months ago)
Author:
chris
Message:

Allow getting the object ID out from a BackupClientDirectoryRecord?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/bin/bbackupd/BackupClientDirectoryRecord.h

    r3031 r3071  
    142142                const Location& rBackupLocation); 
    143143 
     144        int64_t GetObjectID() const { return mObjectID; } 
     145 
    144146private: 
    145147        void DeleteSubDirectories(); 
     
    168170                const std::string &rFilename); 
    169171 
    170 private: 
    171172        int64_t         mObjectID; 
    172173        std::string     mSubDirName; 
Note: See TracChangeset for help on using the changeset viewer.