OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gnat.dg/] [iface1.ads] - Blame information for rev 714

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 696 jeremybenn
generic
2
   type Data is private;
3
package Iface1 is
4
   type Future is synchronized interface;
5
   type Any_Future is access all Future;
6
 
7
   procedure Get (This : in out Future; P : out Data) is abstract;
8
   procedure Set (This : in out Future; P : in Data) is abstract;
9
 
10
   type Reusable_Future is synchronized interface and Future;
11
   type Any_Reusable_Future is access all Reusable_Future'Class;
12
end Iface1;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.