comp.lang.ada
 help / color / mirror / Atom feed
From: Stephen Leake <stephen_leake@acm.org>
To: comp.lang.ada@ada-france.org
Subject: Re: Generic,procedure and visibility.
Date: 29 Nov 2004 16:47:49 -0500
Date: 2004-11-29T16:47:49-05:00	[thread overview]
Message-ID: <mailman.153.1101764919.10401.comp.lang.ada@ada-france.org> (raw)
In-Reply-To: <1101745742.604857.213630@f14g2000cwb.googlegroups.com>

"mferracini" <maurizio.ferracini@gmail.com> writes:

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

In general, types must be declared in a place where they are visible
in all the places they need to be. 

So if P_Pippo needs to be visible outside of Nascosto, it must be
declared in the spec of Nascosto.

-- 
-- Stephe




  reply	other threads:[~2004-11-29 21:47 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
2004-11-29 21:47       ` Stephen Leake [this message]
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