void TestIntfI::shutdown_async(const Test::AMD_TestIntf_shutdownPtr& shutdownCB, const Ice::Current&) { _communicator->shutdown(); shutdownCB->ice_response(); }
void TestAMDI::shutdown_async(const Test::AMD_TestIntf_shutdownPtr& cb, const Current& current) { current.adapter->deactivate(); cb->ice_response(); }