diff options
author | Mark Spruiell <mes@zeroc.com> | 2004-07-02 01:14:00 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2004-07-02 01:14:00 +0000 |
commit | c11d0fed2d828d3a23c895328843bda33a4fa71c (patch) | |
tree | 68a9538afa133c126852af348621b05eaa4d7257 /cpp/src/IcePack/AdminI.cpp | |
parent | winsock2.h is now included (diff) | |
download | ice-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.cpp | 7 |
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; +} |