summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/IcePatchI.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-07-04 18:19:08 +0000
committerMark Spruiell <mes@zeroc.com>2004-07-04 18:19:08 +0000
commit1f0d3874ee398e0fefde634b316cd302a107121c (patch)
tree34a83d2097c70bc5c7d195ac0324a51f35d31046 /cpp/src/IcePatch/IcePatchI.cpp
parentSlice checksum changes (diff)
downloadice-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.cpp7
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
{