[Box Backup-commit] COMMIT r2665 - box/RELEASE/0.11rc7/lib/backupclient

subversion at boxbackup.org subversion at boxbackup.org
Mon Mar 8 22:03:00 GMT 2010


Author: chris
Date: 2010-03-08 22:02:59 +0000 (Mon, 08 Mar 2010)
New Revision: 2665

Modified:
   box/RELEASE/0.11rc7/lib/backupclient/BackupClientFileAttributes.cpp
Log:
Merge [2611] from trunk into 0.11rc7. Reformat some comments and code in 
lib/backupclient/BackupClientFileAttributes.cpp for readability.


Modified: box/RELEASE/0.11rc7/lib/backupclient/BackupClientFileAttributes.cpp
===================================================================
--- box/RELEASE/0.11rc7/lib/backupclient/BackupClientFileAttributes.cpp	2010-03-08 22:01:42 UTC (rev 2664)
+++ box/RELEASE/0.11rc7/lib/backupclient/BackupClientFileAttributes.cpp	2010-03-08 22:02:59 UTC (rev 2665)
@@ -329,14 +329,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