ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / Ice / checksum / server / TestI.cpp
blob15514998f88ec7edc5dbb4bf714f981d620df068
1 // **********************************************************************
2 //
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
4 //
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
7 //
8 // **********************************************************************
10 #include <Ice/Ice.h>
11 #include <Ice/SliceChecksums.h>
12 #include <TestI.h>
14 ChecksumI::ChecksumI()
18 Ice::SliceChecksumDict
19 ChecksumI::getSliceChecksums(const Ice::Current&) const
21 return Ice::sliceChecksums();
24 void
25 ChecksumI::shutdown(const Ice::Current& current)
27 current.adapter->getCommunicator()->shutdown();