1 |
public class fooHelper {
-
public static void insert(org.omg.CORBA.Any a, t) {...}
-
public static extract(Any a) {...}
-
public static org.omg.CORBA.TypeCode type() {...}
-
public static String id() {...}
-
public static read( org.omg.CORBA.portable.InputStream istream) {...}
-
public static void write( org.omg.CORBA.portable.OutputStream ostream, value) {...}
|