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/tests/cache.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tests') diff --git a/src/tests/cache.cpp b/src/tests/cache.cpp index a098145..11a4215 100644 --- a/src/tests/cache.cpp +++ b/src/tests/cache.cpp @@ -58,7 +58,7 @@ namespace Bu { } } -class BobStore : public Bu::CacheStore +class BobStore : public Bu::CacheStore { public: BobStore() : @@ -158,7 +158,7 @@ private: long cLastId; }; -class BobCalc : public Bu::CacheCalc +class BobCalc : public Bu::CacheCalc { public: BobCalc() @@ -189,7 +189,7 @@ private: int main( int argc, char *argv[] ) { TRACE( argc, argv ); - typedef Bu::Cache BobCache; + typedef Bu::Cache BobCache; typedef BobCache::Ptr BobPtr; if( argc < 3 ) -- cgit v1.2.3