001 package org.omg.GIOP;
002
003 /**
004 * Generated from IDL struct "LocateRequestHeader_1_2".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Sep 6, 2011 5:12:29 AM
008 */
009
010 public final class LocateRequestHeader_1_2
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public LocateRequestHeader_1_2(){}
014 public int request_id;
015 public org.omg.GIOP.TargetAddress target;
016 public LocateRequestHeader_1_2(int request_id, org.omg.GIOP.TargetAddress target)
017 {
018 this.request_id = request_id;
019 this.target = target;
020 }
021 }