Esempio n. 1
0
    public override void oneElementCycle_async(AMD_TestIntf_oneElementCycle cb, Ice.Current current)
    {
        B b = new B();

        b.sb = "B1.sb";
        b.pb = b;
        cb.ice_response(b);
    }
Esempio n. 2
0
 public override void oneElementCycle_async(AMD_TestIntf_oneElementCycle cb, Ice.Current current)
 {
     B b = new B();
     b.sb = "B1.sb";
     b.pb = b;
     cb.ice_response(b);
 }