Example #1
0
 public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
 {
     current.adapter.deactivate();
     cb.ice_response();
 }
Example #2
0
 public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
 {
     current.adapter.getCommunicator().shutdown();
     cb.ice_response();
 }
Example #3
0
 public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
 {
     current.adapter.getCommunicator().shutdown();
     cb.ice_response();
 }
Example #4
0
 public override void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current)
 {
     current.adapter.deactivate();
     cb.ice_response();
 }