comp.lang.ada
 help / color / mirror / Atom feed
From: "nicolas.b" <nicolas.blanpain@fr.thalesgroup.com>
Subject: children unity
Date: 6 Sep 2005 09:58:18 -0700
Date: 2005-09-06T09:58:18-07:00	[thread overview]
Message-ID: <1126025898.866369.318320@g47g2000cwa.googlegroups.com> (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,




             reply	other threads:[~2005-09-06 16:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-06 16:58 nicolas.b [this message]
2005-09-06 18:01 ` children unity Martin Krischik
2005-09-06 18:14 ` Ludovic Brenta
2005-09-06 18:17 ` Georg Bauhaus
replies disabled

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