Specification of package Corba.Repository_Root.Constantdef







 ==================================================== --
 ===  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.Contained ;
pragma Elaborate_All (Corba.Object) ;
package CORBA.Repository_Root.ConstantDef is

   type Ref is new Repository_Root.Contained.Ref with null record;


   ------------------------------
    Methods of this interface  --
   ------------------------------

   function Get_type
      (Self : in Ref)
      return Corba.TypeCode.Object ;

   function Get_type_def
      (Self : in Ref)
      return Repository_Root.IDLType.Ref ;

   procedure Set_type_def
      (Self : in Ref;
       To : in Repository_Root.IDLType.Ref) ;

   function Get_value
      (Self : in Ref)
      return Corba.Any ;

   procedure Set_value
      (Self : in Ref;
       To : in Corba.Any) ;

   Null_Ref : constant Ref := (Repository_Root.Contained
      .Null_Ref with null record);

   Tgx_Service_Name : Corba.ObjectId := Corba.To_Corba_String
      ("InterfaceRepository") ;

   ConstantDef_R_Id : constant Corba.RepositoryId :=
      Corba.To_Corba_String ("IDL:omg.org/CORBA/ConstantDef:1.0") ;
private
    Collocated calls profiles and callers

   type Tgx_Get_type_Ptr is access function
      (Self : in Ref)
      return Corba.TypeCode.Object;

   Tgx_Get_type_Caller : Tgx_Get_type_Ptr ;

   type Tgx_Get_type_def_Ptr is access function
      (Self : in Ref)
      return Repository_Root.IDLType.Ref;

   Tgx_Get_type_def_Caller : Tgx_Get_type_def_Ptr ;

   type Tgx_Set_type_def_Ptr is access procedure
      (Self : in Ref;
       To : in Repository_Root.IDLType.Ref);

   Tgx_Set_type_def_Caller : Tgx_Set_type_def_Ptr ;

   type Tgx_Get_value_Ptr is access function
      (Self : in Ref)
      return Corba.Any;

   Tgx_Get_value_Caller : Tgx_Get_value_Ptr ;

   type Tgx_Set_value_Ptr is access procedure
      (Self : in Ref;
       To : in Corba.Any);

   Tgx_Set_value_Caller : Tgx_Set_value_Ptr ;
end CORBA.Repository_Root.ConstantDef;





List of definition uses










This page was generated by PrismTech's ada2html on Friday Mai 12 2006 16:18