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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,34ed393138557f01 X-Google-Attributes: gid103376,public Path: g2news1.google.com!news2.google.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Vinzent 'Gadget' Hoefler Newsgroups: comp.lang.ada Subject: Re: [Newbie] Amalgamate child units Date: Sat, 12 Jun 2004 15:46:24 +0200 Organization: JeLlyFish software Message-ID: <482mc0hk053bd7p77pmasdhfmg6642qmpf@jellix.jlfencey.com> References: <40cacf5b$0$12749$636a15ce@news.free.fr> <1271455.s8Oe4yGFog@linux1.krischik.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de 9uCotZJwxWb677cUhJmRDQXkpQH68j518hqCY5TMNNWJ4dC1HZ X-Newsreader: Forte Agent 1.8/32.548 Xref: g2news1.google.com comp.lang.ada:1427 Date: 2004-06-12T15:46:24+02:00 List-Id: Martin Krischik wrote: >If you think Java here remember that "with A.B.B1" loads a package and = not >just a class. So "with A.B.B1" really is a "import A.B.B1.*". Not in respect to visibility. "import" in Java is more like "use" in Ada (and an implied "with" for all-and-everything). Vinzent.