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);
};