CORBA::ExtAttributeDef create_ext_attribute ( in CORBA::RepositoryId id, in CORBA::Identifier name, in CORBA::VersionSpec version, in CORBA::IDLType type, in CORBA::AttributeMode mode, in CORBA::ExceptionDefSeq get_exceptions, in CORBA::ExceptionDefSeq set_exceptions );
CORBA::InterfaceAttrExtension::ExtFullInterfaceDescription describe_ext_interface ( );
struct ExtFullInterfaceDescription { CORBA::Identifier name; CORBA::RepositoryId id; CORBA::RepositoryId defined_in; CORBA::VersionSpec version; CORBA::OpDescriptionSeq operations; CORBA::ExtAttrDescriptionSeq attributes; CORBA::RepositoryIdSeq base_interfaces; CORBA::TypeCode type; };