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-Thread: 103376,dbcfe2b0a74da57e X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.germany.com!newsfeed2.scan-plus.net!newsfeed.ision.net!newsfeed2.easynews.net!ision!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Inherited Methods and such Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <1190239986.762473.204290@k79g2000hse.googlegroups.com> <1rw45b3rmvmcr$.1df4wst5oknbl$.dlg@40tude.net> <1190296353.624737.150940@y42g2000hsy.googlegroups.com> <11m13st1f92kf$.m8s6y8mc8ebk.dlg@40tude.net> <1190321119.206313.65290@57g2000hsv.googlegroups.com> <1190408526.100291.265040@50g2000hsm.googlegroups.com> <9ukf2wtqjs0q$.iuijmal4x56b$.dlg@40tude.net> <1190497995.498679.119190@19g2000hsx.googlegroups.com> <1mw3qju08q8uj.sgzht7ld9ydc$.dlg@40tude.net> <1190579805.451187.71140@d55g2000hsg.googlegroups.com> <1i8ksr774bjbj.vpmnx3c0i9qz.dlg@40tude.net> <1190646125.024072.310020@19g2000hsx.googlegroups.com> <1r9s9v6pcjifl.vp4ktk0unpd1.dlg@40tude.net> <1190753631.240548.101820@19g2000hsx.googlegroups.com> <1190843408.713838.128690@g4g2000hsf.googlegroups.com> Date: Thu, 27 Sep 2007 16:54:23 +0200 Message-ID: <1tovavprv3hg2$.w3sgselxd5ob$.dlg@40tude.net> NNTP-Posting-Date: 27 Sep 2007 16:48:45 CEST NNTP-Posting-Host: 57f1354b.newsspool2.arcor-online.net X-Trace: DXC=HQDiM_bfVnMX36K@\WTHGJA9EHlD;3YcB4Fo<]lROoRA<`=YMgDjhgBId1hQHnhC=F[6LHn;2LCVN7enW;^6ZC`DIXm65S@:3>O51jW7TZKcjN X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:2160 Date: 2007-09-27T16:48:45+02:00 List-Id: On Thu, 27 Sep 2007 09:39:46 -0400, Robert A Duff wrote: > If the answer is > "no", please give a realistic example where dispatching during > construction makes sense. You construct a GUI window. There is a hierarchy of. The base constructor might wish to know what kind of border the window has. type Window is ...; function Get_Border_Type (X : Window) return ... is abstract; type Dialog_Frame is new Window with private; function Get_Border_Type (X : Dialog_Frame return ...; -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de