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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,b8b8a54001adc4d2 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!c13g2000cwb.googlegroups.com!not-for-mail From: danmcleran@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Possible Ada deficiency? Date: 1 Jan 2005 07:53:51 -0800 Organization: http://groups.google.com Message-ID: <1104594831.128860.163520@c13g2000cwb.googlegroups.com> References: <1104516913.718856.94090@z14g2000cwz.googlegroups.com> <1414804.vssHtcLgsE@linux1.krischik.com> NNTP-Posting-Host: 172.171.120.225 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1104594835 30481 127.0.0.1 (1 Jan 2005 15:53:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 1 Jan 2005 15:53:55 +0000 (UTC) In-Reply-To: <1414804.vssHtcLgsE@linux1.krischik.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: c13g2000cwb.googlegroups.com; posting-host=172.171.120.225; posting-account=LSix6gsAAACmBFWMCbh6syCaua0lawvj Xref: g2news1.google.com comp.lang.ada:7375 Date: 2005-01-01T07:53:51-08:00 List-Id: Well, here you're using the preprocessor to pull this off, not the language. Anyway, I'm not trying to convince anyone that C++'s private is the answer or somehow superior. The point I'm trying to make is that private in Ada is not as private as I would like. I'm really surprised that there is not a way to a type's representaion from child packages. In my opinion, the language would benefit from providing the ability to hide a types internal representation from the outside world, including child packages.