Add hashed objects to the tracked class list.

This commit is contained in:
JoelKatz
2012-10-31 16:02:38 -07:00
parent ca65e5ad8f
commit 7fa7a5e2cc
2 changed files with 5 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
#include "Log.h"
SETUP_LOG();
DECLARE_INSTANCE(HashedObject);
HashedObjectStore::HashedObjectStore(int cacheSize, int cacheAge) :
mCache(cacheSize, cacheAge), mWritePending(false)