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,79bbf7e359159d0d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-11 08:52:08 PST Path: supernews.google.com!sn-xit-03!supernews.com!cyclone-sf.pbi.net!63.208.208.143!feed2.onemain.com!feed1.onemain.com!europa.netcrusader.net!144.212.100.101!newsfeed.mathworks.com!cyclone.swbell.net!nnrp1.sbc.net.POSTED!not-for-mail From: "Pat Rogers" Newsgroups: comp.lang.ada References: <3ACDB29E.45B91316@earthlink.net> <9ao1if$cq9$1@taliesin.netcom.net.uk> <3ACFC902.115624A1@mindspring.com> <3AD2AF50.6B5DD470@mida.se> <3AD33480.2A5E9CD9@home.com> <3AD44621.DEE2369F@mida.se> <3AD46B6E.6A8592A@gsde.hou.us.ray.com> Subject: Re: newbie can't get exceptions to work! X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: Date: Wed, 11 Apr 2001 10:50:55 -0500 NNTP-Posting-Host: 208.191.184.67 X-Complaints-To: abuse@swbell.net X-Trace: nnrp1.sbc.net 987004264 208.191.184.67 (Wed, 11 Apr 2001 10:51:04 CDT) NNTP-Posting-Date: Wed, 11 Apr 2001 10:51:04 CDT Organization: SBC Internet Services Xref: supernews.google.com comp.lang.ada:6768 Date: 2001-04-11T10:50:55-05:00 List-Id: "Samuel T. Harris" wrote in message news:3AD46B6E.6A8592A@gsde.hou.us.ray.com... > Since a dynamic dispatching call involves a access to a class-wide > type Too strong. Dynamic dispatching requires a class-wide *value*, which thus includes class-wide parameters and class-wide view conversions, in addition to dereferenced class-wide access values. It is certainly the case that class-wide access types are common due to their flexibility, but that isn't the only way to get the class-wide value that then causes dispatching. Lest there by any confusion (Sam already knows this, of course), there is really only one rule here: dynamic dispatching only occurs when a class-wide value is passed as the actual parameter to a primitive operation of a type in the derivation class. --- Patrick Rogers Consulting and Training in: http://www.classwide.com Real-Time/OO Languages progers@classwide.com Hard Deadline Schedulability Analysis (281)648-3165 Software Fault Tolerance