Changeset 2611
- Timestamp:
- 16/02/2010 22:11:33 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/trunk/lib/backupclient/BackupClientFileAttributes.cpp
r2604 r2611 316 316 // 317 317 // 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. 321 326 // Created: 2003/10/07 322 327 // 323 328 // -------------------------------------------------------------------------- 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) 329 void 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) 326 333 { 327 334 StreamableMemBlock *pnewAttr = 0;
Note: See TracChangeset
for help on using the changeset viewer.
