コード例 #1
0
ファイル: MyDerivedClassAMDTieI.cs プロジェクト: sk163/ice-1
 public void opByteSOneway_async(Test.AMD_MyClass_opByteSOneway cb, byte[] s, Ice.Current current)
 {
     lock (this)
     {
         ++_opByteSOnewayCallCount;
     }
     cb.ice_response();
 }
コード例 #2
0
 public void opByteSOneway_async(Test.AMD_MyClass_opByteSOneway cb, Test.ByteS s, Ice.Current current)
 {
     cb.ice_response();
 }