comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: Can you use arrays from another package ?
Date: Tue, 21 May 2002 23:31:34 GMT
Date: 2002-05-21T23:31:34+00:00	[thread overview]
Message-ID: <qNAG8.1687$vW6.31652162@newssvr13.news.prodigy.com> (raw)
In-Reply-To: acehkr$2v5$1@saturn.bton.ac.uk

> package body X is
> ...
> package body Y is
>   get( X.A(1).hi );
  You can't see inside another package's body.  You can only see things
in its public specification part.  So drop the word "body" on package X.
(I assume you have a "with X;" for Y)



  reply	other threads:[~2002-05-21 23:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-21 22:28 Can you use arrays from another package ? Jon
2002-05-21 23:31 ` tmoran [this message]
2002-05-21 23:37 ` Dale Stanbrough
2002-05-22  1:47   ` Jeffrey Carter
2002-05-22  6:13   ` Adrian Hoe
2002-05-22  1:52 ` Robert Dewar
2002-05-22 12:11   ` Jon
2002-05-22 12:36     ` Preben Randhol
2002-05-22 15:16       ` Jon
2002-05-22 19:17         ` Preben Randhol
2002-05-22 22:22       ` Robert Dewar
2002-05-24  4:17         ` Richard Riehle
2002-05-24 13:41           ` Larry Kilgallen
2002-06-01 11:19           ` Georg Bauhaus
2002-05-24 10:07         ` John English
replies disabled

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