Example #1
0
    public override void PBSUnknown2AsPreservedWithGraph_async(AMD_TestIntf_PBSUnknown2AsPreservedWithGraph cb,
                                                               Ice.Current current)
    {
        PSUnknown2 r = new PSUnknown2();

        r.pi = 5;
        r.ps = "preserved";
        r.pb = r;
        cb.ice_response(r);
        r.pb = null; // Break the cycle.
    }
Example #2
0
 public override void PBSUnknown2AsPreservedWithGraph_async(AMD_TestIntf_PBSUnknown2AsPreservedWithGraph cb,
                                                            Ice.Current current)
 {
     PSUnknown2 r = new PSUnknown2();
     r.pi = 5;
     r.ps = "preserved";
     r.pb = r;
     cb.ice_response(r);
     r.pb = null; // Break the cycle.
 }