1 package gcc.org.omg.IIOP; 2 3 4 10 11 public final class ProfileBody_1_1 implements org.omg.CORBA.portable.IDLEntity 12 { 13 14 public gcc.org.omg.IIOP.Version iiop_version = null; 16 public String host = null; 17 public short port = (short)0; 18 public byte object_key[] = null; 19 20 public gcc.org.omg.IOP.TaggedComponent components[] = null; 22 23 public ProfileBody_1_1 () 24 { 25 } 27 public ProfileBody_1_1 (gcc.org.omg.IIOP.Version _iiop_version, String _host, short _port, byte[] _object_key, gcc.org.omg.IOP.TaggedComponent[] _components) 28 { 29 iiop_version = _iiop_version; 30 host = _host; 31 port = _port; 32 object_key = _object_key; 33 components = _components; 34 } 36 } | Popular Tags |