1 // **********************************************************************
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
8 // **********************************************************************
11 #include <Ice/SliceChecksums.h>
14 ChecksumI::ChecksumI()
18 Ice::SliceChecksumDict
19 ChecksumI::getSliceChecksums(const Ice::Current
&) const
21 return Ice::sliceChecksums();
25 ChecksumI::shutdown(const Ice::Current
& current
)
27 current
.adapter
->getCommunicator()->shutdown();