1 package gcc.org.omg.GIOP; 2 3 4 10 11 12 public final class SystemExceptionReplyBody implements org.omg.CORBA.portable.IDLEntity  14 { 15 public String exception_id = null; 16 public int minor_code_value = (int)0; 17 public int completion_status = (int)0; 18 19 public SystemExceptionReplyBody () 20 { 21 } 23 public SystemExceptionReplyBody (String _exception_id, int _minor_code_value, int _completion_status) 24 { 25 exception_id = _exception_id; 26 minor_code_value = _minor_code_value; 27 completion_status = _completion_status; 28 } 30 } | Popular Tags |