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 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,772ae8afc5db35f2 X-Google-Attributes: gid103376,public From: fraser@nospam.com Subject: Re: Can't export object of private type Date: 1999/03/04 Message-ID: <920575075.218.100@news.remarQ.com>#1/1 X-Deja-AN: 451257806 References: <7bk6gh$6d9$2@plug.news.pipex.net> X-Complaints-To: newsabuse@remarQ.com X-Trace: 920575075.218.100 KZBGBQC4S164892E1C usenet1.supernews.com Organization: Vegetarian Ada Programmers NNTP-Posting-Date: Thu, 04 Mar 1999 19:17:55 GMT Newsgroups: comp.lang.ada Originator: fraser@titanic Date: 1999-03-04T00:00:00+00:00 List-Id: I nearly cried when nospam@thanks.com.au said: >The access-parameters serve two useful purposes: > > - An access entity of any access type to T_Type'Class can be used > as an actual parameter. > - That entity can't be corrupted because access-parameters are > in-mode. Slight correction: access parameters are sort of like 'in' mode, but the thing they access isn't. I.e., you can't change where they access, but you can modify that object being accessed. It's times like this that I wish I had my RM handy. Fraser.