comp.lang.ada
 help / color / mirror / Atom feed
From: "mferracini" <maurizio.ferracini@gmail.com>
Subject: Re: Generic,procedure and visibility.
Date: 29 Nov 2004 08:29:02 -0800
Date: 2004-11-29T08:29:02-08:00	[thread overview]
Message-ID: <1101745742.604857.213630@f14g2000cwb.googlegroups.com> (raw)
In-Reply-To: <mailman.119.1101410151.10401.comp.lang.ada@ada-france.org>


Stephen Leake wrote:


> > evry time that call i [thing that is a new
generico.nascosto].inizia
> > a new task born.
>
> Yes; X := new Pippo; creates a new task.
>
> > so i want to create a array of this task for manage them.
> > how i can do?
>
> type Task_Array is array (1 .. 10) of P_Pippo;
>
> Have Inizia return the pointer it creates, so the user can store it
in
> the array.

thanks, but
type P_Pippo is visible only in Nascosto.
how export the task pointer outside the package?

maurizio




  parent reply	other threads:[~2004-11-29 16:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-25 16:36 Generic,procedure and visibility mferracini
2004-11-25 16:53 ` mferracini
2004-11-25 19:15   ` Stephen Leake
2004-11-25 20:27     ` Jeffrey Carter
2004-11-29 16:29     ` mferracini [this message]
2004-11-29 21:47       ` Stephen Leake
2004-11-25 18:20 ` 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