comp.lang.ada
 help / color / mirror / Atom feed
From: Georg Bauhaus <bauhaus@futureapps.de>
Subject: Re: children unity
Date: Tue, 06 Sep 2005 20:17:19 +0200
Date: 2005-09-06T20:16:27+02:00	[thread overview]
Message-ID: <431ddcfb$0$24155$9b4e6d93@newsread4.arcor-online.net> (raw)
In-Reply-To: <1126025898.866369.318320@g47g2000cwa.googlegroups.com>

nicolas.b wrote:

> 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 ???

After you have created an instance of Father, Inst_Father,
you can create an instance of the Children procedure.
But instantiate Inst_Father.Children, not Father.Children.



      parent reply	other threads:[~2005-09-06 18:17 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]
replies disabled

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