Borland(R) Enterprise Server VisiBroker(R) プログラマーズリファレンス

[目次][索引][前へ][次へ]

13.1.1 IDLの定義

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