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

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

5.17.1 IDLの定義

 
interface NamedValue {
    readonly attribute CORBA::Identifier name;
    readonly attribute any value;
    readonly attribute CORBA::Flags flags;
};