[Box Backup-commit] COMMIT r3223 - box/trunk/lib/backupstore

subversion at boxbackup.org subversion at boxbackup.org
Fri Feb 7 21:54:28 GMT 2014


Author: chris
Date: 2014-02-07 21:54:28 +0000 (Fri, 07 Feb 2014)
New Revision: 3223

Modified:
   box/trunk/lib/backupstore/BackupCommands.cpp
Log:
Move the comment to somewhere more useful.

Modified: box/trunk/lib/backupstore/BackupCommands.cpp
===================================================================
--- box/trunk/lib/backupstore/BackupCommands.cpp	2014-02-07 21:54:21 UTC (rev 3222)
+++ box/trunk/lib/backupstore/BackupCommands.cpp	2014-02-07 21:54:28 UTC (rev 3223)
@@ -164,6 +164,8 @@
 // --------------------------------------------------------------------------
 std::auto_ptr<BackupProtocolMessage> BackupProtocolFinished::DoCommand(BackupProtocolReplyable &rProtocol, BackupStoreContext &rContext) const
 {
+	// can be called in any phase
+
 	BOX_NOTICE("Session finished for Client ID " << 
 		BOX_FORMAT_ACCOUNT(rContext.GetClientID()) << " "
 		"(name=" << rContext.GetAccountName() << ")");
@@ -171,7 +173,6 @@
 	// Let the context know about it
 	rContext.ReceivedFinishCommand();
 
-	// can be called in any phase
 	return std::auto_ptr<BackupProtocolMessage>(new BackupProtocolFinished);
 }
 




More information about the Boxbackup-commit mailing list