001 package org.omg.GIOP;
002
003
004 /**
005 * org/omg/GIOP/IORAddressingInfo.java .
006 * Generated by the IDL-to-Java compiler (portable), version "3.2"
007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/GIOP.idl
008 * Saturday, November 26, 2011 9:53:36 PM UTC
009 */
010
011 public final class IORAddressingInfo implements org.omg.CORBA.portable.IDLEntity
012 {
013 public int selected_profile_index = (int)0;
014 public org.omg.IOP.IOR ior = null;
015
016 public IORAddressingInfo ()
017 {
018 } // ctor
019
020 public IORAddressingInfo (int _selected_profile_index, org.omg.IOP.IOR _ior)
021 {
022 selected_profile_index = _selected_profile_index;
023 ior = _ior;
024 } // ctor
025
026 } // class IORAddressingInfo