1 package gcc.org.omg.IIOP; 2 3 4 10 11 public final class ProfileBody_1_0 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 ProfileBody_1_0 () 21 { 22 } 24 public ProfileBody_1_0 (gcc.org.omg.IIOP.Version _iiop_version, String _host, short _port, byte[] _object_key) 25 { 26 iiop_version = _iiop_version; 27 host = _host; 28 port = _port; 29 object_key = _object_key; 30 } 32 } | Popular Tags |