diff options
Diffstat (limited to 'zenstore/basicfile.cpp')
| -rw-r--r-- | zenstore/basicfile.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zenstore/basicfile.cpp b/zenstore/basicfile.cpp index 7f10fc5e6..35ccdd042 100644 --- a/zenstore/basicfile.cpp +++ b/zenstore/basicfile.cpp @@ -83,4 +83,10 @@ BasicFile::FileSize() return uint64_t(Sz); } +void +BasicFile::Close() +{ + m_File.Close(); +} + } // namespace zen |