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: 103376,a6449b2443dcdda1 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!25g2000hsx.googlegroups.com!not-for-mail From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Re: Access keyword Date: Tue, 29 Apr 2008 14:03:18 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: 85.1.245.178 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1209502998 29912 127.0.0.1 (29 Apr 2008 21:03:18 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 29 Apr 2008 21:03:18 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 25g2000hsx.googlegroups.com; posting-host=85.1.245.178; posting-account=bMuEOQoAAACUUr_ghL3RBIi5neBZ5w_S User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.13) Gecko/20080311 Firefox/2.0.0.13,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:21127 Date: 2008-04-29T14:03:18-07:00 List-Id: On 29 Kwi, 15:55, S=E9bastien wrote: > it would mean that the access keyword should be used only > for runtime allocated variable. Even this is not true - the subprogram parameter can be passed by value or by reference even if the actual is an allocated object that is kept by access variable at the calling site. The form of subprogram parameter should reflect what the subprogram is doing with this parameter, not where it might originate from. -- Maciej Sobczak * www.msobczak.com * www.inspirel.com