comp.lang.ada
 help / color / mirror / Atom feed
* children unity
@ 2005-09-06 16:58 nicolas.b
  2005-09-06 18:01 ` Martin Krischik
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: nicolas.b @ 2005-09-06 16:58 UTC (permalink / raw)


this is an example :

generic
   type Toto is private;
package Father is
...
end Father;

generic
   type Titi is private;
procedure Father.Children (...);

My question : How can i use the children unity Father.Children ?
package Inst_Father is new Father (Toto => ...);
procedure Inst_Children is new Father.Children (Titi => ...); --
compilation error ???

can you explain me,

thanks,




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

end of thread, other threads:[~2005-09-06 18:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-06 16:58 children unity nicolas.b
2005-09-06 18:01 ` Martin Krischik
2005-09-06 18:14 ` Ludovic Brenta
2005-09-06 18:17 ` Georg Bauhaus

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