// ********************************************************************** // // Copyright (c) 2001 // MutableRealms, Inc. // Huntsville, AL, USA // // All Rights Reserved // // ********************************************************************** #include #include TestI::TestI(const Ice::ObjectAdapterPtr& adapter) : _adapter(adapter) { } void TestI::shutdown() { _adapter->getCommunicator()->shutdown(); }