Package org.omg.DynamicAny

Examples of org.omg.DynamicAny.DynAny.destroy()


        //
        copy = e1.copy();
        TEST(e1.equal(copy));

        e1.destroy();
        copy.destroy();

        //
        // Test: set_as_ulong() InvalidValue exception
        //
        try
View Full Code Here


        //
        copy = f1.copy();
        TEST(f1.equal(copy));

        f1.destroy();
        copy.destroy();

        //
        // Test: set_value() InvalidValue exception (part 1)
        //
        try
View Full Code Here

       dyn_any.insert_reference (obj);

       dyn_any.to_any();

       dyn_any.destroy();
   }
}
View Full Code Here

       dyn_any.insert_reference (obj);

       dyn_any.to_any();

       dyn_any.destroy();
   }
}
View Full Code Here

       dyn_any.insert_reference (obj);

       dyn_any.to_any();

       dyn_any.destroy();
   }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.