From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,40d95f0abf698cd9 X-Google-Attributes: gid103376,public Path: controlnews3.google.com!news1.google.com!news.glorb.com!newsgate.cistron.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: [Newbie] Visibility parent-child Date: Wed, 12 May 2004 11:32:47 +0200 Organization: AdaCL Message-ID: <1332630.dNmF5ZapBO@linux1.krischik.com> References: <40a0fc28$0$31944$626a14ce@news.free.fr> <40a125b6$0$18311$626a14ce@news.free.fr> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1084355181 05 15286 dcv2G4C15AzTq+R 040512 09:46:21 X-Complaints-To: usenet-abuse@t-online.de X-ID: GnDWiUZdZegDDkBdsFdKG47UGtWRiKkOSS-1UeORbQjk8rsjD-IAU6 User-Agent: KNode/0.7.7 Xref: controlnews3.google.com comp.lang.ada:471 Date: 2004-05-12T11:32:47+02:00 List-Id: PG wrote: > Thanks for your help. > > No, there is no other "Object" which hide this one. But the real problem > was, I suppose, I nammed the package like the type. > > package Parent.Object is > type object is... > > I don't knew it was prohibited... It is not at all prohibited. You just have to know that when you use a name twice one might hide the other. And then you have to prefix to get access to the hidden one. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com