// // Copyright (c) ZeroC, Inc. All rights reserved. // #include #include using namespace std; using namespace Ice; using namespace Test; void BackendI::check(const Ice::Current&) { } void BackendI::shutdown(const Ice::Current& current) { current.adapter->getCommunicator()->shutdown(); }