Specification of package Rtcorba.Prioritymapping







 ========================================================================= --
 ===                                                                   === --
 ===                 Top Graph'X CORBA Implementation                  === --
 ===                                                                   === --
 ===                 Copyright (c) 2003, 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.    === --
 ===                                                                   === --
 ========================================================================= --

package RTCORBA.PriorityMapping is
   type Object is tagged private;
   type Object_Ptr is access all Object'class ;

   procedure To_Native ( Self : in Object ;
                         CORBA_Priority : in RTCORBA.Priority ;
                         Native_Priority: out RTCORBA.NativePriority ;
                         Returns : out CORBA.Boolean ) ;
   procedure To_CORBA ( Self : in Object ;
                        Native_Priority: in RTCORBA.NativePriority ;
                        CORBA_Priority : out RTCORBA.Priority ;
                        Returns : out CORBA.Boolean ) ;

private
   type Object is tagged
   record
      null ;
   end record ;
end RTCORBA.PriorityMapping ;



List of definition uses










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