Esempio n. 1
0
 public void _write(org.omg.CORBA.portable.OutputStream out) {
   IntfHelper.write(out, value);
 }
Esempio n. 2
0
 public org.omg.CORBA.TypeCode _type() {
   return IntfHelper.type();
 }
Esempio n. 3
0
 public void _read(org.omg.CORBA.portable.InputStream in) {
   value = IntfHelper.read(in);
 }