From 21c1cbf94056cd4fd5c9efabec7aa0b83049eaaa Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 5 Jul 2009 21:46:08 +0000 Subject: Comment the return value of BackupStoreRefCountDatabase::RemoveReference. --- lib/backupstore/BackupStoreRefCountDatabase.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/backupstore/BackupStoreRefCountDatabase.h') diff --git a/lib/backupstore/BackupStoreRefCountDatabase.h b/lib/backupstore/BackupStoreRefCountDatabase.h index 02612aa0..93c79afb 100644 --- a/lib/backupstore/BackupStoreRefCountDatabase.h +++ b/lib/backupstore/BackupStoreRefCountDatabase.h @@ -83,6 +83,7 @@ public: // Data modification functions void AddReference(int64_t ObjectID); + // RemoveReference returns false if refcount drops to zero bool RemoveReference(int64_t ObjectID); private: -- cgit v1.2.3