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,33257e59bdc4d15c,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-25 10:00:11 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.cwix.com!newsone.net!newsone.net!not-for-mail From: adam@irvine.com Newsgroups: comp.lang.ada Subject: Entries in protected private parts Followup-To: comp.lang.ada Date: 25 Apr 2001 16:49:21 GMT Organization: NewsOne.Net - Free Usenet News via the Web - http://newsone.net/ Message-ID: <9c6v6h$3tq$1@news.netmar.com> NNTP-Posting-Host: news.netmar.com X-Trace: news.netmar.com 988217361 4026 205.139.138.14 (25 Apr 2001 16:49:21 GMT) X-Complaints-To: abuse@newsone.net NNTP-Posting-Date: 25 Apr 2001 16:49:21 GMT X-PNG: comp.lang.ada X-NewsOnePostHost: larry-rp.irvine.com X-NewsOnePostAddr: 63.206.153.98 Xref: newsfeed.google.com comp.lang.ada:6931 Date: 2001-04-25T16:49:21+00:00 List-Id: Apologies in advance if this post gets screwed up. This is the first time I've attempted to post since Deja.com ended up on the AshHeapOfHistory.com. The language appears to allow entry declarations in the private part of a protected type declaration (9.4(4-6)). However, the entry can only be referenced from the body of the same protected unit, which means it can be called only from a protected operation; and 9.5.1(8,11) says it's an error if a protected action makes an entry call. So is there any possible reason to declare an entry in a protected type's private part? Was there a particular reason why the language allowed this? -- thanks, Adam ----- Posted via NewsOne.Net: Free (anonymous) Usenet News via the Web ----- http://newsone.net/ -- Free reading and anonymous posting to 60,000+ groups NewsOne.Net prohibits users from posting spam. If this or other posts made through NewsOne.Net violate posting guidelines, email abuse@newsone.net