1 package gcc.org.omg.GIOP; 2 3 4 10 11 public final class ReplyHeader_1_2 implements org.omg.CORBA.portable.IDLEntity  12 { 13 public int request_id = (int)0; 14 public gcc.org.omg.GIOP.ReplyStatusType_1_2 reply_status = null; 15 public gcc.org.omg.IOP.ServiceContext service_context[] = null; 16 17 public ReplyHeader_1_2 () 18 { 19 } 21 public ReplyHeader_1_2 (int _request_id, gcc.org.omg.GIOP.ReplyStatusType_1_2 _reply_status, gcc.org.omg.IOP.ServiceContext[] _service_context) 22 { 23 request_id = _request_id; 24 reply_status = _reply_status; 25 service_context = _service_context; 26 } 28 } | Popular Tags |