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,beb6b378a857b7ea,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-12-18 08:28:12 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: jidu2851@student.uu.se (=?ISO-8859-1?Q?Jimmy_Dub=E9n?=) Newsgroups: comp.lang.ada Subject: Use of entries using Ravenscar Date: 18 Dec 2001 08:28:12 -0800 Organization: http://groups.google.com/ Message-ID: <4948089f.0112180828.2ea4c80@posting.google.com> NNTP-Posting-Host: 130.238.15.210 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1008692892 5384 127.0.0.1 (18 Dec 2001 16:28:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 18 Dec 2001 16:28:12 GMT Xref: archiver1.google.com comp.lang.ada:18055 Date: 2001-12-18T16:28:12+00:00 List-Id: Hmm.. How do I use Protected Objects and Entries when using Gnat3.14a1 AND Ravenscar pragma? I can't use the entries as I would when not having Ravenscar. It switches to s-tposen.adb to be able to deal with the Ravenscar restrictions, but the thing is that I didn't have any problem using Gnat3.13p. Can someone please give me a swift answer to this.