Specification of generic package Corba.Bounded_Wide_Strings
========================================================================= --
=== === --
=== 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 Ada.Strings.Wide_Bounded;
generic
Max : Positive ;
package Corba.Bounded_Wide_Strings is
package Max_Strings is new
Ada.Strings.Wide_Bounded.Generic_Bounded_Length (Max);
type Bounded_String is new Max_Strings.Bounded_Wide_String ;
procedure Iop_Read
( Stream : access Corba_Ios.Iop_Stream_Type ;
Item : out Bounded_String) ;
procedure Iop_Write
( Stream : access Corba_Ios.Iop_Stream_Type ;
Item : in Bounded_String) ;
end Corba.Bounded_Wide_Strings ;
List of definition uses
This page was generated by PrismTech's ada2html on Friday Mai 12 2006 16:18