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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e91f674b5db5e2b2 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-15 13:34:12 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!headwall.stanford.edu!newsfeed.esat.net!newsfeed.icl.net!news.netkonect.net!btnet-peer0!btnet!news5-gui.server.ntli.net!ntli.net!news6-win.server.ntlworld.com.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <09Oo7.12082$mj6.1852826@news6-win.server.ntlworld.com> Subject: Re: Access types and classwide programming X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Message-ID: <8SOo7.12188$mj6.1885877@news6-win.server.ntlworld.com> Date: Sat, 15 Sep 2001 21:28:47 +0100 NNTP-Posting-Host: 62.253.8.176 X-Complaints-To: abuse@ntlworld.com X-Trace: news6-win.server.ntlworld.com 1000585732 62.253.8.176 (Sat, 15 Sep 2001 21:28:52 BST) NNTP-Posting-Date: Sat, 15 Sep 2001 21:28:52 BST Organization: ntlworld News Service Xref: archiver1.google.com comp.lang.ada:13095 Date: 2001-09-15T21:28:47+01:00 List-Id: I unconfused myself, so to speak. I used x.all'access to convert from xxx_access to xxx_class_access (haven't tested it the otherway, but I assume it works), and just used xxx_access with an allocation for a variable! Now it's all sorted... Bye, Chris