Specification of package Corba.Repository_Root.Interfaceattrextension
==================================================== --
=== Code automatically generated by IDL to Ada === --
=== compiler OrbAda-idl2ada === --
=== Copyright Top Graph'X 1997-2005 === --
==================================================== --
From IDL file ../omg/CORBA_InterfaceRepository.idl
with Corba_Ios ;
with Corba.Object ;
with Corba.Repository_Root.Idltype ;
with Corba.Repository_Root.Extattributedef ;
pragma Elaborate_All (Corba.Object) ;
package CORBA.Repository_Root.InterfaceAttrExtension is
type Ref is new Corba.Object.Ref with null record;
------------------------------
Methods of this interface --
------------------------------
type ExtFullInterfaceDescription is
record
name : CORBA.Identifier;
id : CORBA.RepositoryId;
defined_in : CORBA.RepositoryId;
version : CORBA.VersionSpec;
operations : Repository_Root.OpDescriptionSeq;
attributes : Repository_Root.ExtAttrDescriptionSeq;
base_interfaces : Repository_Root.RepositoryIdSeq;
IDL_type : Corba.TypeCode.Object;
end record;
procedure Iop_Read
( Stream : access Corba_Ios.Iop_Stream_Type ;
Tgx_Item : out ExtFullInterfaceDescription) ;
procedure Iop_Write
( Stream : access Corba_Ios.Iop_Stream_Type ;
Tgx_Item : in ExtFullInterfaceDescription) ;
function describe_ext_interface
(Self : in Ref)
return ExtFullInterfaceDescription ;
function create_ext_attribute
(Self : in Ref;
id : in CORBA.RepositoryId;
name : in CORBA.Identifier;
version : in CORBA.VersionSpec;
IDL_type : in Repository_Root.IDLType.Ref;
mode : in CORBA.AttributeMode;
get_exceptions : in Repository_Root.ExceptionDefSeq;
set_exceptions : in Repository_Root.ExceptionDefSeq)
return Repository_Root.ExtAttributeDef.Ref ;
Null_Ref : constant Ref := (Corba.Object.Null_Ref with null record);
Tgx_Service_Name : Corba.ObjectId := Corba.To_Corba_String
("InterfaceRepository") ;
InterfaceAttrExtension_R_Id : constant Corba.RepositoryId :=
Corba.To_Corba_String ("IDL:omg.org/CORBA/InterfaceAttrExtension:1.0"
) ;
private
Collocated calls profiles and callers
type Tgx_describe_ext_interface_Ptr is access function
(Self : in Ref)
return ExtFullInterfaceDescription;
Tgx_describe_ext_interface_Caller : Tgx_describe_ext_interface_Ptr ;
type Tgx_create_ext_attribute_Ptr is access function
(Self : in Ref;
id : in CORBA.RepositoryId;
name : in CORBA.Identifier;
version : in CORBA.VersionSpec;
IDL_type : in Repository_Root.IDLType.Ref;
mode : in CORBA.AttributeMode;
get_exceptions : in Repository_Root.ExceptionDefSeq;
set_exceptions : in Repository_Root.ExceptionDefSeq)
return Repository_Root.ExtAttributeDef.Ref;
Tgx_create_ext_attribute_Caller : Tgx_create_ext_attribute_Ptr ;
end CORBA.Repository_Root.InterfaceAttrExtension;
List of definition uses
This page was generated by PrismTech's ada2html on Friday Mai 12 2006 16:18