Changeset 2611


Ignore:
Timestamp:
16/02/2010 22:11:33 (2 years ago)
Author:
chris
Message:

Reformat for readability.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/lib/backupclient/BackupClientFileAttributes.cpp

    r2604 r2611  
    316316// 
    317317// Function 
    318 //              Name:    BackupClientFileAttributes::ReadAttributes(const char *) 
    319 //              Purpose: Read the attributes of the file, and store them ready for streaming. 
    320 //                               Optionally retrieve the modification time and attribute modification time. 
     318//              Name:    BackupClientFileAttributes::ReadAttributes( 
     319//                       const char *Filename, bool ZeroModificationTimes, 
     320//                       box_time_t *pModTime, box_time_t *pAttrModTime, 
     321//                       int64_t *pFileSize, InodeRefType *pInodeNumber, 
     322//                       bool *pHasMultipleLinks) 
     323//              Purpose: Read the attributes of the file, and store them 
     324//                       ready for streaming. Optionally retrieve the 
     325//                       modification time and attribute modification time. 
    321326//              Created: 2003/10/07 
    322327// 
    323328// -------------------------------------------------------------------------- 
    324 void BackupClientFileAttributes::ReadAttributes(const char *Filename, bool ZeroModificationTimes, box_time_t *pModTime, 
    325         box_time_t *pAttrModTime, int64_t *pFileSize, InodeRefType *pInodeNumber, bool *pHasMultipleLinks) 
     329void BackupClientFileAttributes::ReadAttributes(const char *Filename, 
     330        bool ZeroModificationTimes, box_time_t *pModTime, 
     331        box_time_t *pAttrModTime, int64_t *pFileSize, 
     332        InodeRefType *pInodeNumber, bool *pHasMultipleLinks) 
    326333{ 
    327334        StreamableMemBlock *pnewAttr = 0; 
Note: See TracChangeset for help on using the changeset viewer.