aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/cacheobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unstable/cacheobject.h')
-rw-r--r--src/unstable/cacheobject.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unstable/cacheobject.h b/src/unstable/cacheobject.h
index d8ed431..114a76f 100644
--- a/src/unstable/cacheobject.h
+++ b/src/unstable/cacheobject.h
@@ -66,6 +66,11 @@ namespace Bu
66 this->bChanged = bChanged; 66 this->bChanged = bChanged;
67 } 67 }
68 68
69 CacheType *getCache()
70 {
71 return pCache;
72 }
73
69 private: 74 private:
70 typedef CacheEntry<keytype, obtype> Entry; 75 typedef CacheEntry<keytype, obtype> Entry;
71 void setCache( CacheType *pCache, Entry *pEntry ) 76 void setCache( CacheType *pCache, Entry *pEntry )