diff options
| author | Stefan Boberg <[email protected]> | 2021-09-19 19:30:16 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-19 19:30:16 +0200 |
| commit | 8f82467ea5e8e90e459d78d603c67a7938ae8ead (patch) | |
| tree | a7d1a3e2d897e9a53e075485c437c440f3684ce2 /zenstore/filecas.cpp | |
| parent | Added zenstore.h and made headers use it (diff) | |
| download | zen-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.cpp | 5 |
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); |