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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,740e91341085efe3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!g14g2000cwa.googlegroups.com!not-for-mail From: defaultuserbr@yahoo.com Newsgroups: comp.lang.ada Subject: Re: Some help for a C++ guy Date: 9 Apr 2005 08:17:22 -0700 Organization: http://groups.google.com Message-ID: <1113059842.367251.24490@g14g2000cwa.googlegroups.com> References: <1113001402.404239.275940@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 4.244.6.10 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1113059849 29667 127.0.0.1 (9 Apr 2005 15:17:29 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 9 Apr 2005 15:17:29 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=4.244.6.10; posting-account=jWLFKg0AAAA9UYjCwxeOEw3zdPk7tNz5 Xref: g2news1.google.com comp.lang.ada:10361 Date: 2005-04-09T08:17:22-07:00 List-Id: tmoran@acm.org wrote: > Why not save pointers to the Handler objects instead of the procedures? That would probably be what I would do if I were designing it. However, that code is all written, changing the API at this point could be a problem. [big snip of revised code] > that would require a single point change to (1), and a global replace Ok, I'll review that Monday when I'm back at it. Might be doable. Thanks. Brian