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