Example #1
0
 public void _write(org.omg.CORBA.portable.OutputStream os) {
   org.omg.SendingContext.CodeBaseHelper.write(os, value);
 };
Example #2
0
 public org.omg.CORBA.TypeCode _type() {
   return org.omg.SendingContext.CodeBaseHelper.type();
 };
Example #3
0
 public void _read(org.omg.CORBA.portable.InputStream is) {
   value = org.omg.SendingContext.CodeBaseHelper.read(is);
 };