From b4f8ebcb496ca231fa737307a0f9757d01e37c7b Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 1 May 2010 19:20:21 +0000 Subject: Cache fixes. --- src/tests/cache.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/tests') diff --git a/src/tests/cache.cpp b/src/tests/cache.cpp index 97aba4a..3470ecb 100644 --- a/src/tests/cache.cpp +++ b/src/tests/cache.cpp @@ -41,6 +41,12 @@ public: TRACE( i ); iInt = i; } + + long getKey() const + { + TRACE( i ); + return iInt; + } int getInt() { @@ -177,6 +183,10 @@ public: { } + virtual void onDestroy( Bob *, const long & ) + { + } + virtual bool shouldSync( Bob *, const long &, time_t ) { return false; -- cgit v1.2.3