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,4b3c1a8f7db90f9 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!newsfeed-fusi2.netcologne.de!news.netcologne.de!newsfeed-hp2.netcologne.de!newsfeed.arcor.de!newsspool3.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Interfaces and abstract tagged types 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: Date: Sun, 5 Oct 2008 09:43:47 +0200 Message-ID: <1w8x4i0peinwk$.16cenhvch5kv5.dlg@40tude.net> NNTP-Posting-Date: 05 Oct 2008 09:43:49 CEST NNTP-Posting-Host: f977be98.newsspool2.arcor-online.net X-Trace: DXC=W6L@SQo3VEA[6=1B@oB@@@A9EHlD;3YcB4Fo<]lROoRA4nDHegD_]RE4QL2RRn265ADNcfSJ;bb[EIRnRBaCd On Sun, 05 Oct 2008 07:01:31 GMT, Dale Stanbrough wrote: > I was wondering what the magical incantation is to have an abtract > tagged null record (or abstract tagged private) also implement an > Interface. > > I've tried various combinations reserved words, all without much luck! type X is limited interface; type Y is abstract tagged null record; type Z is abstract new Y and X with null record; (Interfaces was a huge mistake) -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de