1 package gcc.org.omg.GIOP; 2 3 9 10 11 public final class SystemExceptionReplyBodyHolder implements org.omg.CORBA.portable.Streamable 13 { 14 public gcc.org.omg.GIOP.SystemExceptionReplyBody value = null; 15 16 public SystemExceptionReplyBodyHolder () 17 { 18 } 19 20 public SystemExceptionReplyBodyHolder (gcc.org.omg.GIOP.SystemExceptionReplyBody initialValue) 21 { 22 value = initialValue; 23 } 24 25 public void _read (org.omg.CORBA.portable.InputStream i) 26 { 27 value = gcc.org.omg.GIOP.SystemExceptionReplyBodyHelper.read (i); 28 } 29 30 public void _write (org.omg.CORBA.portable.OutputStream o) 31 { 32 gcc.org.omg.GIOP.SystemExceptionReplyBodyHelper.write (o, value); 33 } 34 35 public org.omg.CORBA.TypeCode _type () 36 { 37 return gcc.org.omg.GIOP.SystemExceptionReplyBodyHelper.type (); 38 } 39 40 } 41 | Popular Tags |