summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-02-16 22:11:33 +0000
committerChris Wilson <chris+github@qwirx.com>2010-02-16 22:11:33 +0000
commit52c1119531d963c9ec7229c883723ac12e4cc38c (patch)
treeed6273380259f99985285ab2908a80b49056cdc4
parentfcb6c73d988b8a6960a9540d5e2a07de38619df8 (diff)
Reformat for readability.
-rw-r--r--lib/backupclient/BackupClientFileAttributes.cpp17
1 files changed, 12 insertions, 5 deletions
diff --git a/lib/backupclient/BackupClientFileAttributes.cpp b/lib/backupclient/BackupClientFileAttributes.cpp
index 749ca99e..39ffc741 100644
--- a/lib/backupclient/BackupClientFileAttributes.cpp
+++ b/lib/backupclient/BackupClientFileAttributes.cpp
@@ -315,14 +315,21 @@ bool BackupClientFileAttributes::Compare(const BackupClientFileAttributes &rAttr
// --------------------------------------------------------------------------
//
// Function
-// Name: BackupClientFileAttributes::ReadAttributes(const char *)
-// Purpose: Read the attributes of the file, and store them ready for streaming.
-// Optionally retrieve the modification time and attribute modification time.
+// Name: BackupClientFileAttributes::ReadAttributes(
+// const char *Filename, bool ZeroModificationTimes,
+// box_time_t *pModTime, box_time_t *pAttrModTime,
+// int64_t *pFileSize, InodeRefType *pInodeNumber,
+// bool *pHasMultipleLinks)
+// Purpose: Read the attributes of the file, and store them
+// ready for streaming. Optionally retrieve the
+// modification time and attribute modification time.
// Created: 2003/10/07
//
// --------------------------------------------------------------------------
-void BackupClientFileAttributes::ReadAttributes(const char *Filename, bool ZeroModificationTimes, box_time_t *pModTime,
- box_time_t *pAttrModTime, int64_t *pFileSize, InodeRefType *pInodeNumber, bool *pHasMultipleLinks)
+void BackupClientFileAttributes::ReadAttributes(const char *Filename,
+ bool ZeroModificationTimes, box_time_t *pModTime,
+ box_time_t *pAttrModTime, int64_t *pFileSize,
+ InodeRefType *pInodeNumber, bool *pHasMultipleLinks)
{
StreamableMemBlock *pnewAttr = 0;
try