comp.lang.ada
 help / color / mirror / Atom feed
* please help - access and inheritence
@ 2003-12-07  0:47 Ratson Janiv
  2003-12-07  7:14 ` tmoran
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Ratson Janiv @ 2003-12-07  0:47 UTC (permalink / raw)


type Vehicleptr is access Jr.Vehicle.Vehicle'Class;

type Vehiclesarr is array (1..Maxvehilces) of Vehicleptr;

Vp1,Vp2,Vp3,Vp4,Vp5: aliased Jr.Vehicle.Private_Car.Vehicle_Private;

Arr(1) := Vehicleptr(Vp1'access); -- failed, why? please ...



regards,

janiv ratson.







^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2003-12-09 16:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-07  0:47 please help - access and inheritence Ratson Janiv
2003-12-07  7:14 ` tmoran
2003-12-07 18:44 ` Jeffrey Carter
2003-12-08  4:46   ` Mr. J.
2003-12-08 18:07     ` Jeffrey Carter
2003-12-08 19:05       ` Martin Krischik
2003-12-08 19:17     ` Martin Krischik
2003-12-08 18:50 ` Martin Krischik
2003-12-09  5:58   ` Mr. J.
2003-12-09 16:55     ` Martin Krischik

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