From 0861fdb652408dcdbd2e7b60513f3fa24696e610 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 25 Jan 2010 16:42:40 +0000 Subject: The order of key, object in all of the cache related systems has beed fixed, key just belongs first, that's all there is to it. --- src/cachecalc.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/cachecalc.h') diff --git a/src/cachecalc.h b/src/cachecalc.h index dd6add1..27680b9 100644 --- a/src/cachecalc.h +++ b/src/cachecalc.h @@ -14,14 +14,14 @@ namespace Bu { - template class Cache; + template class Cache; - template + template class CacheCalc { - friend class Cache; + friend class Cache; private: - typedef Cache MyCache; + typedef Cache MyCache; public: CacheCalc() : pCache( (MyCache *)0 ) -- cgit v1.2.3