示例#1
0
 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();
 }