Specification of package Corba.Portableserver.Servantlocator







 ========================================================================= --
 ===                                                                   === --
 ===                 Top Graph'X CORBA Implementation                  === --
 ===                                                                   === --
 ===                 Copyright (c) 2000, 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 ;
with Corba.Portableserver.Servantmanager ;
package Corba.PortableServer.ServantLocator is

   type Ref is new Corba.PortableServer.ServantManager.Ref with null record;

   type Cookie_Base is abstract tagged null record ;
   type Cookie is access all Cookie_Base'class ;

   procedure Preinvoke
      ( Self : in Ref;
        Oid : in ObjectId;
        Adapter : in POA_Ref;
        Operation : in CORBA.Identifier;
        The_Cookie : out Cookie;
        Result : out Servant) ;

   procedure Postinvoke
      ( Self : in Ref;
        Oid : in ObjectId;
        Adapter : in POA_Ref;
        Operation : in CORBA.Identifier;
        The_Cookie : in Cookie;
        The_Servant : in Servant) ;

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

end Corba.PortableServer.ServantLocator;




List of definition uses










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