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=2.1 required=5.0 tests=BAYES_20,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b448469faa1741fa X-Google-Attributes: gid103376,public From: Tom Moran Subject: Re: Private Child Unit Date: 1996/12/01 Message-ID: <32A20D77.1810@bix.com>#1/1 X-Deja-AN: 201772057 references: <329DB71E.59E2B600@avions.aerospatiale.fr> content-type: text/plain; charset=us-ascii organization: InterNex Information Services 1-800-595-3333 mime-version: 1.0 reply-to: tmoran@bix.com newsgroups: comp.lang.ada x-mailer: Mozilla 3.0Gold (Win95; I) Date: 1996-12-01T00:00:00+00:00 List-Id: Paul Chardon wrote: > > Hello, > > Just to understand correctly the need of that concept, can anyone give > me a significant example of use of a private child unit. > > Thanks in advance, Paul In Claw (Class Library for Ada and Windows) there are various children of Claw, some of which use a private child of Claw. That private child contains the thin Windows bindings (ie, the things with pragma Import and Hungarian names). Those low level things needn't/shouldn't be visible to the application, but they certainly are needed by Claw.Brushes, Claw.Menus, etc.