comp.lang.ada
 help / color / mirror / Atom feed
From: "Matthew Heaney" <mheaney@on2.com>
Subject: Re: Newbie question on child packages
Date: Wed, 9 Oct 2002 12:54:55 -0400
Date: 2002-10-09T12:54:55-04:00	[thread overview]
Message-ID: <uq8nr0fuvt4m6e@corp.supernews.com> (raw)
In-Reply-To: TGYo9.41836$Mw4.34226@nwrddc01.gnilink.net


"Justin Birtwell" <jbirtwell@yahoo.com> wrote in message
news:TGYo9.41836$Mw4.34226@nwrddc01.gnilink.net...
> Thanks,  It worked!  does the pragma Pure allow me to not specifically
> prefix all the child packages with 'jb'?

No. It's there because of package elaboration issues.

In general, you should mark the "categorization" of packages, using the
strongest categorization possible:

pragma Pure;
pragma Preelaborate;
pragma Elaborate_Body;







  reply	other threads:[~2002-10-09 16:54 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-09 15:52 Newbie question on child packages Justin Birtwell
2002-10-09 16:12 ` Matthew Heaney
2002-10-09 16:20   ` Justin Birtwell
2002-10-09 16:54     ` Matthew Heaney [this message]
2002-10-09 18:45     ` Preben Randhol
2002-10-09 16:18 ` Jim Rogers
2002-10-09 19:16   ` Simon Wright
2002-10-09 21:06     ` Stephen Leake
2002-10-11  5:00       ` Simon Wright
2002-10-09 16:43 ` tmoran
replies disabled

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