Пример #1
0
 public void _write(org.omg.CORBA.portable.OutputStream out) {
   ExceptionListHelper.write(out, value);
 }
Пример #2
0
 public org.omg.CORBA.TypeCode _type() {
   return ExceptionListHelper.type();
 }
Пример #3
0
 public void _read(org.omg.CORBA.portable.InputStream in) {
   value = ExceptionListHelper.read(in);
 }