6.23.1 IDLの定義

interface IRObject {
  readonly attribute CORBA::DefinitionKind def_kind;
  void destroy( );
};