From 7537acd630e8973c92bb769b56d78836372b30c2 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 8 Feb 2010 15:35:12 +0100 Subject: Add optional templated base class to Cache and SharedCache We want this for integration with C-style classes. --- client/cache.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/cache.hpp') diff --git a/client/cache.hpp b/client/cache.hpp index 72340e16..0b53676c 100644 --- a/client/cache.hpp +++ b/client/cache.hpp @@ -26,8 +26,8 @@ const char* name(); };*/ -template -class Cache { +template +class Cache : public Base { public: Cache() { -- cgit