diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-07-04 18:19:08 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-07-04 18:19:08 +0000 |
commit | 1f0d3874ee398e0fefde634b316cd302a107121c (patch) | |
tree | 34a83d2097c70bc5c7d195ac0324a51f35d31046 /cpp/src/IcePatch/IcePatchI.cpp | |
parent | Slice checksum changes (diff) | |
download | ice-1f0d3874ee398e0fefde634b316cd302a107121c.tar.bz2 ice-1f0d3874ee398e0fefde634b316cd302a107121c.tar.xz ice-1f0d3874ee398e0fefde634b316cd302a107121c.zip |
Slice checksums for IcePatch
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 { |