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,447840d42a580dc0 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-28 14:13:16 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dennison@telepath.com (Ted Dennison) Newsgroups: comp.lang.ada Subject: Re: child packages and nested packages Date: 28 Mar 2002 14:13:15 -0800 Organization: http://groups.google.com/ Message-ID: <4519e058.0203281413.7b27ff92@posting.google.com> References: <6a6390b8.0203230702.14c071c1@posting.google.com> <6a6390b8.0203280151.6681fd8f@posting.google.com> <4519e058.0203280649.2b6d7788@posting.google.com> <6a6390b8.0203281030.23c8356c@posting.google.com> NNTP-Posting-Host: 65.115.221.98 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1017353595 20974 127.0.0.1 (28 Mar 2002 22:13:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 28 Mar 2002 22:13:15 GMT Xref: archiver1.google.com comp.lang.ada:21794 Date: 2002-03-28T22:13:15+00:00 List-Id: okellogg@freenet.de (Oliver Kellogg) wrote in message news:<6a6390b8.0203281030.23c8356c@posting.google.com>... > dennison@telepath.com (Ted Dennison) wrote in message news:<4519e058.0203280649.2b6d7788@posting.google.com>... > > > > Why can't "type_in_a" be put inside the same "A" package as "B"? That > > would compile, and would seem to be the natural mapping of this. > > Sorry, I don't understand. What exactly do you mean? > > As soon as interface B is mapped as a child package A.B, > there is no way A can "with" its own child A.B ? No. I didn't say to make B a child package of A. Instead I am talking about nesting B's child inside of A along with B.