Ignore:
Timestamp:
08/03/2010 22:02:59 (2 years ago)
Author:
chris
Message:

Merge [2611] from trunk into 0.11rc7. Reformat some comments and code in
lib/backupclient/BackupClientFileAttributes.cpp for readability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/RELEASE/0.11rc7/lib/backupclient/BackupClientFileAttributes.cpp

    r2663 r2665  
    330330// 
    331331// Function 
    332 //              Name:    BackupClientFileAttributes::ReadAttributes(const char *) 
    333 //              Purpose: Read the attributes of the file, and store them ready for streaming. 
    334 //                               Optionally retrieve the modification time and attribute modification time. 
     332//              Name:    BackupClientFileAttributes::ReadAttributes( 
     333//                       const char *Filename, bool ZeroModificationTimes, 
     334//                       box_time_t *pModTime, box_time_t *pAttrModTime, 
     335//                       int64_t *pFileSize, InodeRefType *pInodeNumber, 
     336//                       bool *pHasMultipleLinks) 
     337//              Purpose: Read the attributes of the file, and store them 
     338//                       ready for streaming. Optionally retrieve the 
     339//                       modification time and attribute modification time. 
    335340//              Created: 2003/10/07 
    336341// 
    337342// -------------------------------------------------------------------------- 
    338 void BackupClientFileAttributes::ReadAttributes(const char *Filename, bool ZeroModificationTimes, box_time_t *pModTime, 
    339         box_time_t *pAttrModTime, int64_t *pFileSize, InodeRefType *pInodeNumber, bool *pHasMultipleLinks) 
     343void BackupClientFileAttributes::ReadAttributes(const char *Filename, 
     344        bool ZeroModificationTimes, box_time_t *pModTime, 
     345        box_time_t *pAttrModTime, int64_t *pFileSize, 
     346        InodeRefType *pInodeNumber, bool *pHasMultipleLinks) 
    340347{ 
    341348        StreamableMemBlock *pnewAttr = 0; 
Note: See TracChangeset for help on using the changeset viewer.