1 package gcc.org.omg.GIOP; 2 3 4 10 11 12 public final class LocateRequestHeader_1_2 implements org.omg.CORBA.portable.IDLEntity  14 { 15 public int request_id = (int)0; 16 public gcc.org.omg.GIOP.TargetAddress target = null; 17 18 public LocateRequestHeader_1_2 () 19 { 20 } 22 public LocateRequestHeader_1_2 (int _request_id, gcc.org.omg.GIOP.TargetAddress _target) 23 { 24 request_id = _request_id; 25 target = _target; 26 } 28 } | Popular Tags |