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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e5eb8ca5dcea2827 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Ada OO Mechanism Date: 1999/05/28 Message-ID: <374ef0e8.10713792@news.pacbell.net>#1/1 X-Deja-AN: 483223919 References: <7i05aq$rgl$1@news.orbitworld.net> <7i17gj$1u1k@news2.newsguy.com> <7icgkg$k4q$1@nnrp1.deja.com> <3749E9EC.2842436A@aasaa.ofe.org> <7id2eo$fag@drn.newsguy.com> <3749FF7D.F17CE16A@aasaa.ofe.org> <374AC676.F7AE0772@lmco.com> <7ieuja$5v9@news1.newsguy.com> <7ik1e5$8bc@news1.newsguy.com> <86lne9qh28.fsf@ppp-159-70.villette.club-internet.fr> <7imjg9$83r@sjx-ixn6.ix.netcom.com> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.snfc21.pbi.net 927920616 207.214.211.239 (Fri, 28 May 1999 12:43:36 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Fri, 28 May 1999 12:43:36 PDT Newsgroups: comp.lang.ada Date: 1999-05-28T00:00:00+00:00 List-Id: > M : Machine'Class := Get(container-name); We use that in Claw. For instance DIB : Claw.Bitmaps.Root_DIBitmap_Type'Class := Claw.Bitmaps.IO.Read("xxx.bmp"); so DIB can be a VGA_DIBitmap_Type or a Mono_DIBitmap_Type or whatever. Then writing, or putting it on the clipboard, or whatever, dispatches on the particular kind.