ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / IceGrid / simple / TestI.cpp
blobe638f1fbf01ad3aba14791779f7402c17ceb0591
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 <TestI.h>
13 using namespace Test;
15 TestI::TestI()
19 void
20 TestI::shutdown(const Ice::Current& current)
22 current.adapter->getCommunicator()->shutdown();