summaryrefslogtreecommitdiff
path: root/cpp/src/IcePack/AdminI.cpp
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2004-07-02 01:14:00 +0000
committerMark Spruiell <mes@zeroc.com>2004-07-02 01:14:00 +0000
commitc11d0fed2d828d3a23c895328843bda33a4fa71c (patch)
tree68a9538afa133c126852af348621b05eaa4d7257 /cpp/src/IcePack/AdminI.cpp
parentwinsock2.h is now included (diff)
downloadice-c11d0fed2d828d3a23c895328843bda33a4fa71c.tar.bz2
ice-c11d0fed2d828d3a23c895328843bda33a4fa71c.tar.xz
ice-c11d0fed2d828d3a23c895328843bda33a4fa71c.zip
Slice checksum changes
Diffstat (limited to 'cpp/src/IcePack/AdminI.cpp')
-rw-r--r--cpp/src/IcePack/AdminI.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/IcePack/AdminI.cpp b/cpp/src/IcePack/AdminI.cpp
index c43336789d7..0b2cab52357 100644
--- a/cpp/src/IcePack/AdminI.cpp
+++ b/cpp/src/IcePack/AdminI.cpp
@@ -13,6 +13,7 @@
#include <IcePack/DescriptorUtil.h>
#include <Ice/LoggerUtil.h>
#include <Ice/TraceUtil.h>
+#include <Ice/SliceChecksum.h>
using namespace std;
using namespace Ice;
@@ -1471,3 +1472,9 @@ IcePack::AdminI::shutdown(const Current&)
{
_communicator->shutdown();
}
+
+SliceChecksumDict
+IcePack::AdminI::getSliceChecksums(const Current&) const
+{
+ return sliceChecksums;
+}