comp.lang.ada
 help / color / mirror / Atom feed
* Extending a type and Finalization
@ 2009-06-04 17:45 pascal.malaise
  2009-06-04 18:00 ` Hibou57 (Yannick Duchêne)
  2009-06-15  6:30 ` AdaMagica
  0 siblings, 2 replies; 14+ messages in thread
From: pascal.malaise @ 2009-06-04 17:45 UTC (permalink / raw)


Hi Ada experts,

I have defined a tagged type T in a package P.
In another package I want to extend it new attributes and interfaces.
  type TT is new P.T with... and ...
but the new attributes require Ada.Finalization and Limited_Controlled
is a tagged type (not an interface).

Can I extend a type and together define the finalization of the new
type, and how?

Thank you in advance



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

end of thread, other threads:[~2009-06-15  6:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-04 17:45 Extending a type and Finalization pascal.malaise
2009-06-04 18:00 ` Hibou57 (Yannick Duchêne)
2009-06-04 19:33   ` Adam Beneschan
2009-06-04 20:06     ` Dmitry A. Kazakov
2009-06-04 21:18       ` Adam Beneschan
2009-06-05  9:11         ` Dmitry A. Kazakov
2009-06-05 14:48           ` Adam Beneschan
2009-06-05 17:15             ` Dmitry A. Kazakov
2009-06-05 11:29     ` malaise
2009-06-05 12:21       ` Ludovic Brenta
2009-06-05 13:02         ` malaise
2009-06-05 13:14           ` Ludovic Brenta
2009-06-05 13:32             ` malaise
2009-06-15  6:30 ` AdaMagica

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