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,daf1e35a4e978e9d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-20 01:42:03 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!t-online.de!newspeer1-gui.server.ntli.net!ntli.net!news11-gui.server.ntli.net.POSTED!not-for-mail From: "chris.danx" Newsgroups: comp.lang.ada References: <0x8Q8.6779$ZP1.1263481@news11-gui.server.ntli.net> Subject: Re: have to use unrestricted access but just what about access X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Thu, 20 Jun 2002 09:41:36 +0100 NNTP-Posting-Host: 80.5.140.234 X-Complaints-To: abuse@ntlworld.com X-Trace: news11-gui.server.ntli.net 1024562522 80.5.140.234 (Thu, 20 Jun 2002 09:42:02 BST) NNTP-Posting-Date: Thu, 20 Jun 2002 09:42:02 BST Organization: ntl Cablemodem News Service Xref: archiver1.google.com comp.lang.ada:26464 Date: 2002-06-20T09:41:36+01:00 List-Id: "chris.danx" wrote in message news:0x8Q8.6779$ZP1.1263481@news11-gui.server.ntli.net... > Hi, > > How can the unrestricted_access attribute be replaced by just access in the > following code? It's simple, just change key_coordinator to an access type and dynamically allocate it, then remove 'unrestricted_access from the on_create procedure. Don't know why I didn't see it before! Chris