diff options
Diffstat (limited to '')
-rw-r--r-- | src/cachestorenids.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cachestorenids.h b/src/cachestorenids.h index 0f7c72c..6a1c31b 100644 --- a/src/cachestorenids.h +++ b/src/cachestorenids.h | |||
@@ -131,6 +131,11 @@ namespace Bu | |||
131 | return hId.getKeys(); | 131 | return hId.getKeys(); |
132 | } | 132 | } |
133 | 133 | ||
134 | virtual int getSize() | ||
135 | { | ||
136 | return hId.getSize(); | ||
137 | } | ||
138 | |||
134 | private: | 139 | private: |
135 | Nids nStore; | 140 | Nids nStore; |
136 | typedef Bu::Hash<keytype, long> NidHash; | 141 | typedef Bu::Hash<keytype, long> NidHash; |