5.17.1 IDLの定義
interface NamedValue {
readonly attribute CORBA::Identifier name;
readonly attribute any value;
readonly attribute CORBA::Flags flags;
};
VisiBroker Version 5 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;
};