[Box Backup-commit] COMMIT r2314 - box/trunk/bin/bbackupd

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Fri Oct 3 23:42:43 BST 2008


Author: chris
Date: 2008-10-03 23:42:43 +0100 (Fri, 03 Oct 2008)
New Revision: 2314

Modified:
   box/trunk/bin/bbackupd/BackupClientInodeToIDMap.cpp
Log:
Reformat for readability.


Modified: box/trunk/bin/bbackupd/BackupClientInodeToIDMap.cpp
===================================================================
--- box/trunk/bin/bbackupd/BackupClientInodeToIDMap.cpp	2008-10-03 22:39:59 UTC (rev 2313)
+++ box/trunk/bin/bbackupd/BackupClientInodeToIDMap.cpp	2008-10-03 22:42:43 UTC (rev 2314)
@@ -217,13 +217,16 @@
 // --------------------------------------------------------------------------
 //
 // Function
-//		Name:    BackupClientInodeToIDMap::Lookup(InodeRefType, int64_t &, int64_t &) const
-//		Purpose: Looks up an inode in the map, returning true if it exists, and the object
-//				 ids of it and the directory it's in the reference arguments.
+//		Name:    BackupClientInodeToIDMap::Lookup(InodeRefType,
+//			 int64_t &, int64_t &) const
+//		Purpose: Looks up an inode in the map, returning true if it
+//			 exists, and the object ids of it and the directory
+//			 it's in the reference arguments. 
 //		Created: 11/11/03
 //
 // --------------------------------------------------------------------------
-bool BackupClientInodeToIDMap::Lookup(InodeRefType InodeRef, int64_t &rObjectIDOut, int64_t &rInDirectoryOut) const
+bool BackupClientInodeToIDMap::Lookup(InodeRefType InodeRef,
+	int64_t &rObjectIDOut, int64_t &rInDirectoryOut) const
 {
 #ifdef BACKIPCLIENTINODETOIDMAP_IN_MEMORY_IMPLEMENTATION
 	std::map<InodeRefType, std::pair<int64_t, int64_t> >::const_iterator i(mMap.find(InodeRef));




More information about the Boxbackup-commit mailing list