comp.lang.ada
 help / color / mirror / Atom feed
From: "Randy Brukardt" <randy@rrsoftware.com>
Subject: Re: explanation about an error message
Date: Wed, 7 Jul 2004 15:32:03 -0500
Date: 2004-07-07T15:32:03-05:00	[thread overview]
Message-ID: <0cSdnX3RzpU7wHHdRVn-iQ@megapath.net> (raw)
In-Reply-To: 5f59677c.0407071151.697198f6@posting.google.com

"Evangelista Sami" <evangeli@cnam.fr> wrote in message
news:5f59677c.0407071151.697198f6@posting.google.com...
...
> >     11.       oops := Vars.Decls.decl_foo;
> >                           |
> >         >>> "Decls" is not a visible entity of "Vars"
>
>
> so what i'm tryng to do is impossible?

Possibly. I wonder why Decls.Vars is a private package in the first place.
The usual intent is to keep the package from being used outside of the
Generators hierarchy, but that is already accomplished by Decls.Vars being
private. So, if Decls.Vars was a non-private package, you wouldn't have the
problem. It still couldn't be withed by clients of Generators, as Decls
would still be private.

                Randy.








      reply	other threads:[~2004-07-07 20:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-07  9:57 explanation about an error message Evangelista Sami
2004-07-07 12:58 ` Georg Bauhaus
2004-07-07 19:51   ` Evangelista Sami
2004-07-07 20:32     ` Randy Brukardt [this message]
replies disabled

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