From 51c5bfa4881b5def142092e10dd402fd40e2e712 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 4 May 2010 17:07:07 +0000 Subject: Cache fixes? --- src/cachecalc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cachecalc.h') diff --git a/src/cachecalc.h b/src/cachecalc.h index d0729a9..e23e6fd 100644 --- a/src/cachecalc.h +++ b/src/cachecalc.h @@ -37,6 +37,7 @@ namespace Bu virtual void onLoad( obtype *pSrc, const keytype &key )=0; virtual void onUnload( obtype *pSrc, const keytype &key )=0; virtual void onDestroy( obtype *pSrc, const keytype &key )=0; + virtual void onDestroy( const keytype &key )=0; virtual bool shouldSync( obtype *pSrc, const keytype &key, time_t tLastSync )=0; virtual void onTick() { }; -- cgit v1.2.3