Hitachi

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


12.5.1 IDLの定義

#pragma prefix "omg.org"
 
module Messaging {
    typedef short RebindMode;
    const CORBA::PolicyType REBIND_POLICY_TYPE =23;
    interface RebindPolicy::CORBA::Policy {
        readonly attribute RebindMode rebind_mode;
    };
};