Exemplo n.º 1
0
 public static Greetings extract(MiddTec.CORBA.Any a)
 {
     return(read(a.create_input_stream()));
 }
Exemplo n.º 2
0
 public static void insert(MiddTec.CORBA.Any a, Greetings s)
 {
     a.type(type());
     write(a.create_output_stream(), s);
 }