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, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,88e7ef9008757431 X-Google-Attributes: gid103376,public From: Robert Dewar Subject: Re: Function Calls by Address Date: 1999/09/06 Message-ID: <7qvasf$sno$1@nnrp1.deja.com>#1/1 X-Deja-AN: 521511330 References: <37CADE68.6AF06F5D@escmail.orl.lmco.com> <37CEEFFA.7D73F78D@magic.fr> <7qooh7$hbh$1@nnrp1.deja.com> <37CFFEA6.921CBE59@magic.fr> <7qp5oo$2un@hobbes.crc.com> <7qptoa$cul$1@nnrp1.deja.com> <37D2E1A7.CAC3F923@magic.fr> X-Http-Proxy: 1.0 x34.deja.com:80 (Squid/1.1.22) for client 129.37.100.83 Organization: Deja.com - Share what you know. Learn what you don't. X-Article-Creation-Date: Mon Sep 06 03:02:44 1999 GMT X-MyDeja-Info: XMYDJUIDrobert_dewar Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.04 [en] (OS/2; I) Date: 1999-09-06T00:00:00+00:00 List-Id: In article <37D2E1A7.CAC3F923@magic.fr>, Francois Godme wrote: > Yes, back in the Ada83 days, this was a good use (you were almost > forced) but now, you can do it in better ways. One way would be to > define an abstract tagged type that abstracts what you want to do and to > implement several concrete subclasses of this abstraction, one for each > target. Only the main subprogram will know on which target it is running > and will pass down to the application the appropriate instance or the > appropriate factory to build instances. I am certain you did NOT follow the advice of the message to which you are replying, and have a look at ??emstop.adb in the GNAT sources. The above comments are really not relevant to the use illustrated there. Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.