[Box Backup-commit] COMMIT r2611 - box/trunk/lib/backupclient

subversion at boxbackup.org subversion at boxbackup.org
Tue Feb 16 22:11:34 GMT 2010


Author: chris
Date: 2010-02-16 22:11:33 +0000 (Tue, 16 Feb 2010)
New Revision: 2611

Modified:
   box/trunk/lib/backupclient/BackupClientFileAttributes.cpp
Log:
Reformat for readability.


Modified: box/trunk/lib/backupclient/BackupClientFileAttributes.cpp
===================================================================
--- box/trunk/lib/backupclient/BackupClientFileAttributes.cpp	2010-02-16 22:10:47 UTC (rev 2610)
+++ box/trunk/lib/backupclient/BackupClientFileAttributes.cpp	2010-02-16 22:11:33 UTC (rev 2611)
@@ -315,14 +315,21 @@
 // --------------------------------------------------------------------------
 //
 // 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




More information about the Boxbackup-commit mailing list