comp.lang.ada
 help / color / mirror / Atom feed
From: "Nick Roberts" <nickroberts@adaos.worldonline.co.uk>
Subject: Re: generic package with configuration paramenter
Date: Fri, 16 Nov 2001 00:59:03 -0000
Date: 2001-11-16T00:59:03+00:00	[thread overview]
Message-ID: <9t1pqt$15aum9$1@ID-25716.news.dfncis.de> (raw)
In-Reply-To: usnbie2ba.fsf@gsfc.nasa.gov

package L is
   type T_MODE is (FIFO, LIFO);
end L;

with L;
generic
   type T_ITEM is private;
   MODE : L.T_MODE;
package LIST is
...
end LIST;







      reply	other threads:[~2001-11-16  0:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-11-13  9:05 generic package with configuration paramenter Tilman Glotzner
2001-11-13  9:47 ` Petter Fryklund
2001-11-13 16:45 ` Matthew Heaney
2001-11-13 22:25 ` Stephen Leake
2001-11-16  0:59   ` Nick Roberts [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