diff options
Diffstat (limited to 'cpp/src/IcePatch/IcePatchI.cpp')
-rw-r--r-- | cpp/src/IcePatch/IcePatchI.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/IcePatch/IcePatchI.cpp b/cpp/src/IcePatch/IcePatchI.cpp index 96837f7c1a9..36d911b6152 100644 --- a/cpp/src/IcePatch/IcePatchI.cpp +++ b/cpp/src/IcePatch/IcePatchI.cpp @@ -9,6 +9,7 @@ #include <IcePatch/IcePatchI.h> #include <IcePatch/Util.h> +#include <Ice/SliceChecksum.h> #include <fstream> using namespace std; @@ -32,6 +33,12 @@ IcePatch::FileI::FileI(const ObjectAdapterPtr& adapter, const string& dir) : } } +SliceChecksumDict +IcePatch::FileI::getSliceChecksums(const Current&) const +{ + return sliceChecksums; +} + ByteSeq IcePatch::FileI::readMD5(const Current& current) const { |