OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gnat.dg/] [overriding_ops_p.ads] - Diff between revs 304 and 384

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 304 Rev 384
package overriding_ops_p is
package overriding_ops_p is
   subtype Name_Type is String (1 .. 30);
   subtype Name_Type is String (1 .. 30);
   type Device is synchronized interface;
   type Device is synchronized interface;
   --  Base type of devices 
   --  Base type of devices 
   procedure Set_Name (Object : in out Device; Name : Name_Type)
   procedure Set_Name (Object : in out Device; Name : Name_Type)
     is abstract;
     is abstract;
   --  Set the name of the Device
   --  Set the name of the Device
end overriding_ops_p;
end overriding_ops_p;
 
 

powered by: WebSVN 2.1.0

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