IDL source Global indexmodule IIOP
struct ProfileBody {
Version iiop_version;
string host;
unsigned short port;
sequence<octet> object_key;
};
struct Version {
char major;
char minor;
};