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,3e5147bcbe0e25dc X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!solaris.cc.vt.edu!news.vt.edu!newsfeed-00.mathworks.com!nntp.TheWorld.com!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Access to interface conversion problem Date: Tue, 13 Mar 2007 13:35:21 -0400 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: <1173799509.497206.119820@q40g2000cwq.googlegroups.com> <1173804859.568512.327160@t69g2000cwt.googlegroups.com> NNTP-Posting-Host: shell01.theworld.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: pcls6.std.com 1173807321 13102 192.74.137.71 (13 Mar 2007 17:35:21 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Tue, 13 Mar 2007 17:35:21 +0000 (UTC) User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.3 (irix) Cancel-Lock: sha1:I7/+XoK1chVwxVYm2uSKjTeBizg= Xref: g2news1.google.com comp.lang.ada:14523 Date: 2007-03-13T13:35:21-04:00 List-Id: "Adam Beneschan" writes: > I still think 'Address should be the same, though. The definition of > X'Address for an object X is that it is "the address of the first of > the storage elements allocated to X";... Good point. - Bob