comp.lang.ada
 help / color / mirror / Atom feed
* Abstract type derivation?
@ 1996-04-08  0:00 David Weller
  1996-04-10  0:00 ` Robert A Duff
  1996-04-12  0:00 ` Geert Bosch
  0 siblings, 2 replies; 3+ messages in thread
From: David Weller @ 1996-04-08  0:00 UTC (permalink / raw)


I want to create an abstract type that is derived from Controlled
(which is itself abstract).  Either the syntax isn't clear or it can't
be done :-)  

	type Queue is new Controlled with private;
	-- allows users to declare a type Queue

	type Queue is abstract tagged private;
	-- what I want, but now I don't have "Adjust" available, major
	bummer.

Am I missing something obvious?





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1996-04-12  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-04-08  0:00 Abstract type derivation? David Weller
1996-04-10  0:00 ` Robert A Duff
1996-04-12  0:00 ` Geert Bosch

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