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-Thread: 103376,adae40bcc4d01baf X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!newshub.sdsu.edu!sn-xt-sjc-03!sn-xt-sjc-09!sn-post-sjc-01!supernews.com!corp.supernews.com!not-for-mail From: Brian May Newsgroups: comp.lang.ada Subject: Re: Ada 95 constructors on limited types Date: Thu, 03 Jan 2008 09:57:17 +1100 Organization: Posted via Supernews, http://www.supernews.com Message-ID: References: <08dc2b30-6c8c-4cff-9f2e-c0d4c377972d@i3g2000hsf.googlegroups.com> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Cancel-Lock: sha1:u8vtIsxAY90iK3Q+IXDQJclFW+g= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@supernews.com Xref: g2news1.google.com comp.lang.ada:19159 Date: 2008-01-03T09:57:17+11:00 List-Id: >>>>> "Jeffrey" == Jeffrey R Carter writes: Jeffrey> shaunpatterson@gmail.com wrote: >> >> package Parent is >> >> type Class is abstract tagged limited null record; >> type Class_Access is access all Class'Class; >> >> end Parent; Jeffrey> There's your problem. Don't use public access types. Why not? -- Brian May