Ejemplo n.º 1
0
 opF3(Test.F3 f31, out Test.F3 f32, Ice.Current current)
 {
     f32 = new Test.F3(new Test.F1("F12"), Test.F2Prx.Parse("F22", current.adapter.GetCommunicator()));
     return(f31);
 }
Ejemplo n.º 2
0
 opF3(Test.F3 f31, Current current) =>
 new Test.Initial.OpF3ReturnValue(f31,
                                  new Test.F3(new Test.F1("F12"), Test.IF2Prx.Parse("F22", current.Adapter.Communicator)));
Ejemplo n.º 3
0
 opF3(Test.F3 f31, out Test.F3 f32, Ice.Current current)
 {
     f32 = new Test.F3(new Test.F1("F12"),
                       Test.F2PrxHelper.uncheckedCast(current.adapter.getCommunicator().stringToProxy("F22")));
     return(f31);
 }