Ejemplo n.º 1
0
    public override void throwBaseAsBase_async(AMD_TestIntf_throwBaseAsBase cb, Ice.Current current)
    {
        BaseException be = new BaseException();

        be.sbe   = "sbe";
        be.pb    = new B();
        be.pb.sb = "sb";
        be.pb.pb = be.pb;
        cb.ice_exception(be);
    }
Ejemplo n.º 2
0
 public override void throwBaseAsBase_async(AMD_TestIntf_throwBaseAsBase cb, Ice.Current current)
 {
     BaseException be = new BaseException();
     be.sbe = "sbe";
     be.pb = new B();
     be.pb.sb = "sb";
     be.pb.pb = be.pb;
     cb.ice_exception(be);
 }