13.1.1 IDLの定義

struct ProfileBody {
   ::GIOP::Version iiop_version;
   string host;
   unsigned short port;
   ::CORBA::OctetSequence object_key;
   sequence<::IOP::TaggedComponent>components;
};