comp.lang.ada
 help / color / mirror / Atom feed
From: Marc Bejerano <t_mjb@linkabit.titan.com>
Subject: Packages and visibility...
Date: 1997/03/27
Date: 1997-03-27T00:00:00+00:00	[thread overview]
Message-ID: <333AB81E.109B@linkabit.titan.com> (raw)


I have a package 'foo' with a data type 'bar' and various functions and
procedures that act upon 'bar' that I would like to place in a child
package also named 'bar.'

In the program I would like to access this as:

with foo; use foo;
procedure test is
 b: bar;
begin
 bar.init(b);
end test;

How would I do this? CAN I do this?

TIA, Marc




             reply	other threads:[~1997-03-27  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-03-27  0:00 Marc Bejerano [this message]
1997-03-28  0:00 ` Packages and visibility Matthew Heaney
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox