ICE 3.4.2
[php5-ice-freebsdport.git] / cpp / test / Ice / retry / TestI.cpp
blob713b737a60a8fac1eafd825a6db18949ba0b0a87
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 void
14 RetryI::op(bool kill, const Ice::Current& current)
16 if(kill)
18 current.con->close(true);
22 void
23 RetryI::shutdown(const Ice::Current& current)
25 current.adapter->getCommunicator()->shutdown();