Examples of extract_long()


Examples of org.omg.CORBA.Any.extract_long()

                /* extract the argugments */
                request.arguments( params );

                /* make the call */
                impl.long_number( numAny.extract_long());

                /* set up the any for the result */
                Any s = orb.create_any();
                s.type( orb.get_primitive_tc(org.omg.CORBA.TCKind.tk_void ));
                request.set_result( s );
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.