コード例 #1
0
ファイル: TestAMDI.cpp プロジェクト: cy-fir/ice
void
TestIntfI::shutdown_async(const Test::AMD_TestIntf_shutdownPtr& shutdownCB,
                          const Ice::Current&)
{
    _communicator->shutdown();
    shutdownCB->ice_response();
}
コード例 #2
0
ファイル: TestAMDI.cpp プロジェクト: 2008hatake/zeroc-ice
void
TestAMDI::shutdown_async(const Test::AMD_TestIntf_shutdownPtr& cb, const Current& current)
{
    current.adapter->deactivate();
    cb->ice_response();
}