comp.lang.ada
 help / color / mirror / Atom feed
From: "Steven Deller" <deller@smsail.com>
Subject: RE: Newbie access type help
Date: Tue, 5 Mar 2002 19:46:11 -0500
Date: 2002-03-05T19:46:11-05:00	[thread overview]
Message-ID: <mailman.1015375682.17462.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: <zOah8.26041$X2.271097@nnrp1.uunet.ca>

If you look at the syntax for an attribute reference you will see that
it is composed of:
   prefix ' access

and prefix is ONLY a "name".  So the following
   (prefix)'access
is illegal syntax.

Regards,
Steve

>         Aninterface.Pos_Func_Ptr := Return_Position;
>         Atempnav := (Aninterface.Navobject)'Access;  <<-- 
> THIS GIVES AN ERROR
>     end Initialize;




  reply	other threads:[~2002-03-06  0:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-05 21:31 Newbie access type help Mattimus
2002-03-06  0:46 ` Steven Deller [this message]
2002-03-06  1:25 ` tmoran
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox