Specification of package Corba.Repository_Root.Fixeddef
==================================================== --
=== 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 ;
pragma Elaborate_All (Corba.Object) ;
package CORBA.Repository_Root.FixedDef is
type Ref is new Repository_Root.IDLType.Ref with null record;
------------------------------
Methods of this interface --
------------------------------
function Get_digits
(Self : in Ref)
return Corba.Unsigned_Short ;
procedure Set_digits
(Self : in Ref;
To : in Corba.Unsigned_Short) ;
function Get_scale
(Self : in Ref)
return Corba.Short ;
procedure Set_scale
(Self : in Ref;
To : in Corba.Short) ;
Null_Ref : constant Ref := (Repository_Root.IDLType
.Null_Ref with null record);
Tgx_Service_Name : Corba.ObjectId := Corba.To_Corba_String
("InterfaceRepository") ;
FixedDef_R_Id : constant Corba.RepositoryId :=
Corba.To_Corba_String ("IDL:omg.org/CORBA/FixedDef:1.0") ;
private
Collocated calls profiles and callers
type Tgx_Get_digits_Ptr is access function
(Self : in Ref)
return Corba.Unsigned_Short;
Tgx_Get_digits_Caller : Tgx_Get_digits_Ptr ;
type Tgx_Set_digits_Ptr is access procedure
(Self : in Ref;
To : in Corba.Unsigned_Short);
Tgx_Set_digits_Caller : Tgx_Set_digits_Ptr ;
type Tgx_Get_scale_Ptr is access function
(Self : in Ref)
return Corba.Short;
Tgx_Get_scale_Caller : Tgx_Get_scale_Ptr ;
type Tgx_Set_scale_Ptr is access procedure
(Self : in Ref;
To : in Corba.Short);
Tgx_Set_scale_Caller : Tgx_Set_scale_Ptr ;
end CORBA.Repository_Root.FixedDef;
List of definition uses
This page was generated by PrismTech's ada2html on Friday Mai 12 2006 16:18