1. /*
  2. * @(#)IORAddressingInfo.java 1.8 03/12/19
  3. *
  4. * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
  5. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
  6. */
  7. package com.sun.corba.se.impl.protocol.giopmsgheaders;
  8. /**
  9. * com/sun/corba/se/impl/protocol/giopmsgheaders/IORAddressingInfo.java
  10. * Generated by the IDL-to-Java compiler (portable), version "3.0"
  11. * from ../../../../../../../src/share/classes/com/sun/corba/se/GiopIDL/g.idl
  12. * Sunday, June 4, 2000 5:18:54 PM PDT
  13. */
  14. public final class IORAddressingInfo implements org.omg.CORBA.portable.IDLEntity
  15. {
  16. public int selected_profile_index = (int)0;
  17. public org.omg.IOP.IOR ior = null;
  18. public IORAddressingInfo ()
  19. {
  20. } // ctor
  21. public IORAddressingInfo (int _selected_profile_index, org.omg.IOP.IOR _ior)
  22. {
  23. selected_profile_index = _selected_profile_index;
  24. ior = _ior;
  25. } // ctor
  26. } // class IORAddressingInfo