13.2.1 IDLの定義
valuetype IORValue {
public string type_id;
public ProfileValueSeq profiles;
IOR toIOR( );
IORValue copy( );
boolean matchesTemplate (in IORValue iorv);
};
VisiBroker Version 5 Borland(R) Enterprise Server VisiBroker(R) プログラマーズリファレンス
13.2.1 IDLの定義
valuetype IORValue {
public string type_id;
public ProfileValueSeq profiles;
IOR toIOR( );
IORValue copy( );
boolean matchesTemplate (in IORValue iorv);
};