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,e9f44aef4f5aee18 X-Google-Attributes: gid103376,public From: "David Botton" Subject: Re: Access to procedures Date: 1999/06/27 Message-ID: <7l4agm$hn0$1@news.gate.net>#1/1 X-Deja-AN: 494334407 References: <3774FAC2.39EEB49E@Maths.UniNe.CH> <7l34od$3b0@lotho.delphi.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 930458966 18144 199.227.148.55 (27 Jun 1999 04:49:26 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 27 Jun 1999 04:49:26 GMT Newsgroups: comp.lang.ada Date: 1999-06-27T04:49:26+00:00 List-Id: I don't believe he was looking to use it as part of his code, but rather as an option for test drivers or those that wish to use his packages. Any serious code is going to include library level functions, etc that would eliminate a need for Unrestricted_Access. When working on my GUI classes, I have been a VERY happy camper to have Unrestricted_Access around for quick testing and even for small little apps that use the classes. David Botton tmoran@bix.com wrote in message <7l34od$3b0@lotho.delphi.com>... >IMHO, if you use "unrestricted_access", you are >living dangerously and creating a potential trap for future, >less careful, users of your Extract package. Not to mention it >becomes non-standard Ada, tied to one particular compiler.