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