- Timestamp:
- 08/03/2010 22:02:59 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
box/RELEASE/0.11rc7/lib/backupclient/BackupClientFileAttributes.cpp
r2663 r2665 330 330 // 331 331 // 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. 335 340 // Created: 2003/10/07 336 341 // 337 342 // -------------------------------------------------------------------------- 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) 343 void 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) 340 347 { 341 348 StreamableMemBlock *pnewAttr = 0;
Note: See TracChangeset
for help on using the changeset viewer.
