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,8eff44ec1bcf8433 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-22 11:11:06 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: Container reqs Date: Mon, 22 Oct 2001 20:02:55 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9r1n76$82v$1@news.huji.ac.il> References: <9qctpn$lil$1@news.huji.ac.il> <3nCy7.29644$ev2.35903@www.newsranger.com> <9qfgla$7sb$3@news.huji.ac.il> <9qnflg$pm$1@news.huji.ac.il> <3BCF57C8.DE99D9C@boeing.com> <9qpf0c$5ko$1@news.huji.ac.il> <9r1jlr$5of$1@news.huji.ac.il> NNTP-Posting-Host: di3-13.dialin.huji.ac.il X-Trace: news.huji.ac.il 1003773991 8287 132.64.13.13 (22 Oct 2001 18:06:31 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Mon, 22 Oct 2001 18:06:31 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:15042 Date: 2001-10-22T20:02:55+02:00 List-Id: David Botton wrote in message news:tt8m5isqsjma2f@corp.supernews.com... > Take a look at the original_booch components, I think you will find what you > need. http://www.adapower.com/original_booch and in the form you are looking > for. I am quite familiar with these. I like their Ada-83 falvor (no inheritance). Troubleis, I also like the interface ineheritance you can have using tagged types... Ehud