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/cachestore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cachestore.h') diff --git a/src/cachestore.h b/src/cachestore.h index 6ce42b8..d44326d 100644 --- a/src/cachestore.h +++ b/src/cachestore.h @@ -16,7 +16,7 @@ namespace Bu * Handles I/O for data in the cache. This also assigns ID's to the newly * created objects that are requested through this system. */ - template + template class CacheStore { public: -- cgit v1.2.3