aboutsummaryrefslogtreecommitdiff
path: root/zenstore/filecas.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-19 19:30:16 +0200
committerStefan Boberg <[email protected]>2021-09-19 19:30:16 +0200
commit8f82467ea5e8e90e459d78d603c67a7938ae8ead (patch)
treea7d1a3e2d897e9a53e075485c437c440f3684ce2 /zenstore/filecas.cpp
parentAdded zenstore.h and made headers use it (diff)
downloadzen-8f82467ea5e8e90e459d78d603c67a7938ae8ead.tar.xz
zen-8f82467ea5e8e90e459d78d603c67a7938ae8ead.zip
Changed some code over from ATL to BasicFile and added Scrub() stubs.
Diffstat (limited to 'zenstore/filecas.cpp')
-rw-r--r--zenstore/filecas.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp
index 170f13875..5fdf505d4 100644
--- a/zenstore/filecas.cpp
+++ b/zenstore/filecas.cpp
@@ -353,6 +353,11 @@ FileCasStrategy::Flush()
}
void
+FileCasStrategy::Scrub()
+{
+}
+
+void
FileCasStrategy::GarbageCollect(GcContext& GcCtx)
{
ZEN_UNUSED(GcCtx);