aboutsummaryrefslogtreecommitdiff
path: root/src/cachecalc.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-05-01 19:20:21 +0000
committerMike Buland <eichlan@xagasoft.com>2010-05-01 19:20:21 +0000
commitb4f8ebcb496ca231fa737307a0f9757d01e37c7b (patch)
tree57c99b2982b78148fa8b5412280d478a7d3be28e /src/cachecalc.h
parentaeb8bee786a9495c78ed94e2a8485ed790714635 (diff)
downloadlibbu++-b4f8ebcb496ca231fa737307a0f9757d01e37c7b.tar.gz
libbu++-b4f8ebcb496ca231fa737307a0f9757d01e37c7b.tar.bz2
libbu++-b4f8ebcb496ca231fa737307a0f9757d01e37c7b.tar.xz
libbu++-b4f8ebcb496ca231fa737307a0f9757d01e37c7b.zip
Cache fixes.
Diffstat (limited to 'src/cachecalc.h')
-rw-r--r--src/cachecalc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cachecalc.h b/src/cachecalc.h
index c9968dc..d0729a9 100644
--- a/src/cachecalc.h
+++ b/src/cachecalc.h
@@ -36,6 +36,7 @@ namespace Bu
36 36
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 bool shouldSync( obtype *pSrc, const keytype &key, 40 virtual bool shouldSync( obtype *pSrc, const keytype &key,
40 time_t tLastSync )=0; 41 time_t tLastSync )=0;
41 virtual void onTick() { }; 42 virtual void onTick() { };