diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-05-04 17:07:07 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-05-04 17:07:07 +0000 |
commit | 51c5bfa4881b5def142092e10dd402fd40e2e712 (patch) | |
tree | 787ee6a56c14a51e92d8097bce87534ebbae4ec1 /src/cachecalc.h | |
parent | 49af4dce0fdc569b623140ca5a711988281835d5 (diff) | |
download | libbu++-51c5bfa4881b5def142092e10dd402fd40e2e712.tar.gz libbu++-51c5bfa4881b5def142092e10dd402fd40e2e712.tar.bz2 libbu++-51c5bfa4881b5def142092e10dd402fd40e2e712.tar.xz libbu++-51c5bfa4881b5def142092e10dd402fd40e2e712.zip |
Cache fixes?
Diffstat (limited to 'src/cachecalc.h')
-rw-r--r-- | src/cachecalc.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
37 | virtual void onLoad( obtype *pSrc, const keytype &key )=0; | 37 | virtual void onLoad( obtype *pSrc, const keytype &key )=0; |
38 | virtual void onUnload( obtype *pSrc, const keytype &key )=0; | 38 | virtual void onUnload( obtype *pSrc, const keytype &key )=0; |
39 | virtual void onDestroy( obtype *pSrc, const keytype &key )=0; | 39 | virtual void onDestroy( obtype *pSrc, const keytype &key )=0; |
40 | virtual void onDestroy( const keytype &key )=0; | ||
40 | virtual bool shouldSync( obtype *pSrc, const keytype &key, | 41 | virtual bool shouldSync( obtype *pSrc, const keytype &key, |
41 | time_t tLastSync )=0; | 42 | time_t tLastSync )=0; |
42 | virtual void onTick() { }; | 43 | virtual void onTick() { }; |