Specification of generic package Corba.Local_Forward







 ========================================================================= --
 ===                                                                   === --
 ===                 Top Graph'X CORBA Implementation                  === --
 ===                                                                   === --
 ===                 Copyright (c) 2002, Top Graph'X.                  === --
 ===                                                                   === --
 ===                     --- Copyright Notice ---                      === --
 ===                                                                   === --
 ===    This software is protected as an unpublished work under the    === --
 ===     Copyright Act of 1976.  All rights reserved.  Top Graph'X.    === --
 ===                                                                   === --
 ========================================================================= --
with Corba.AbstractBase;
pragma Elaborate_All (Corba.AbstractBase) ;
generic
package Corba.Local_Forward is
   type Ref is new Corba.AbstractBase.Ref with null record;

   Null_Ref : constant Ref := (Corba.AbstractBase.Null_Ref with null record);

   generic
      type Ref_Type is new Corba.AbstractBase.Ref with private;
   package Convert is
      function From_Forward (The_Forward : in Ref) return Ref_Type;
      function To_Ref (The_Forward : in Ref) return Ref_Type
         renames From_Forward;
      function To_Forward (The_Ref : in Ref_Type) return Ref;
   end Convert;
end Corba.Local_Forward;



List of definition uses










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