コード例 #1
0
ファイル: TestAMDI.cs プロジェクト: externl/ice
 public override void asyncResponse_async(AMD_TestIntf_asyncResponse cb, Ice.Current current)
 {
     cb.ice_response();
     throw new Ice.ObjectNotExistException();
 }
コード例 #2
0
ファイル: TestAMDI.cs プロジェクト: sk163/ice-1
 public override void asyncResponse_async(AMD_TestIntf_asyncResponse cb, Ice.Current current)
 {
     cb.ice_response();
     throw new Ice.ObjectNotExistException();
 }