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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,26a21b9e317dc639 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.180.141 with SMTP id bu13mr8567494qab.2.1353330236247; Mon, 19 Nov 2012 05:03:56 -0800 (PST) Received: by 10.49.24.164 with SMTP id v4mr2494038qef.6.1353330236157; Mon, 19 Nov 2012 05:03:56 -0800 (PST) Path: gf5ni327qab.0!nntp.google.com!u2no12698819qal.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 19 Nov 2012 05:03:56 -0800 (PST) In-Reply-To: <9b0bcb37-8ae3-440f-af4f-a796702e4250@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.53.78.59; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy NNTP-Posting-Host: 206.53.78.59 References: <9b0bcb37-8ae3-440f-af4f-a796702e4250@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Access type to member procedure of instance (Object Oriented programming in Ada) From: sbelmont700@gmail.com Injection-Date: Mon, 19 Nov 2012 13:03:56 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-11-19T05:03:56-08:00 List-Id: On Monday, November 19, 2012 4:59:42 AM UTC-5, ake.ragna...@gmail.com wrote: > > Is it possible to create a parameterless access type to the Message.Print procedure? > Unless there is more to the story you haven't provided, you probably ought to be taking an access value to a Message'Class object, and invoking Print on that. -sb