comp.lang.ada
 help / color / mirror / Atom feed
* Packages and visibility...
@ 1997-03-27  0:00 Marc Bejerano
  1997-03-28  0:00 ` Matthew Heaney
  0 siblings, 1 reply; 2+ messages in thread
From: Marc Bejerano @ 1997-03-27  0:00 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-03-28  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-03-27  0:00 Packages and visibility Marc Bejerano
1997-03-28  0:00 ` Matthew Heaney

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