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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,b9a378a9a09dab87 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.77.39 with SMTP id p7mr2422983paw.0.1346149340911; Tue, 28 Aug 2012 03:22:20 -0700 (PDT) Received: by 10.224.182.74 with SMTP id cb10mr2779839qab.0.1346149340715; Tue, 28 Aug 2012 03:22:20 -0700 (PDT) Received: by 10.52.33.34 with SMTP id o2mr13555vdi.12.1346149340649; Tue, 28 Aug 2012 03:22:20 -0700 (PDT) Path: a5ni18361pbv.0!nntp.google.com!news1.google.com!r1no24950738qas.0!news-out.google.com!da15ni36163658qab.0!nntp.google.com!r1no2243416qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 28 Aug 2012 03:22:20 -0700 (PDT) In-Reply-To: <453242bc-2893-4390-9152-b8eef75b1149@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.71.180.107; posting-account=P68zsgoAAABKpXKMUuwuUZ_RfBk1kZfB NNTP-Posting-Host: 193.71.180.107 References: <453242bc-2893-4390-9152-b8eef75b1149@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Access to procedure and generics From: =?ISO-8859-1?Q?Egil_H=F8vik?= Injection-Date: Tue, 28 Aug 2012 10:22:20 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-28T03:22:20-07:00 List-Id: > CALLBACK.REGISTER_CALLBACK(The_Handler'Access); Should of course be: CALLBACK.REGISTER_CALLBACK(The_Handler);