hcl/lib/h2.ads

9 lines
142 B
Ada
Raw Normal View History

2013-12-10 16:14:06 +00:00
with System.Storage_Pools;
package H2 is
type Storage_Pool_Pointer is
access all System.Storage_Pools.Root_Storage_Pool'Class;
end H2;