[Box Backup-commit] COMMIT r2545 - box/trunk/lib/backupstore
boxbackup-dev@boxbackup.org
boxbackup-dev@boxbackup.org
Sun, 5 Jul 2009 22:46:08 +0100 (BST)
Author: chris
Date: 2009-07-05 22:46:08 +0100 (Sun, 05 Jul 2009)
New Revision: 2545
Modified:
box/trunk/lib/backupstore/BackupStoreRefCountDatabase.h
Log:
Comment the return value of
BackupStoreRefCountDatabase::RemoveReference.
Modified: box/trunk/lib/backupstore/BackupStoreRefCountDatabase.h
===================================================================
--- box/trunk/lib/backupstore/BackupStoreRefCountDatabase.h 2009-07-05 21:45:35 UTC (rev 2544)
+++ box/trunk/lib/backupstore/BackupStoreRefCountDatabase.h 2009-07-05 21:46:08 UTC (rev 2545)
@@ -83,6 +83,7 @@
// Data modification functions
void AddReference(int64_t ObjectID);
+ // RemoveReference returns false if refcount drops to zero
bool RemoveReference(int64_t ObjectID);
private: