summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreRefCountDatabase.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-07-05 21:46:08 +0000
committerChris Wilson <chris+github@qwirx.com>2009-07-05 21:46:08 +0000
commit21c1cbf94056cd4fd5c9efabec7aa0b83049eaaa (patch)
tree14d29df48503cac6797c2825e817d8f3097639f8 /lib/backupstore/BackupStoreRefCountDatabase.h
parent5e7661697143252fbfe9667c214b5f224489cf27 (diff)
Comment the return value of
BackupStoreRefCountDatabase::RemoveReference.
Diffstat (limited to 'lib/backupstore/BackupStoreRefCountDatabase.h')
-rw-r--r--lib/backupstore/BackupStoreRefCountDatabase.h1
1 files changed, 1 insertions, 0 deletions
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: