comp.lang.ada
 help / color / mirror / Atom feed
From: pascal.malaise@gmail.com
Subject: Extending a type and Finalization
Date: Thu, 4 Jun 2009 10:45:02 -0700 (PDT)
Date: 2009-06-04T10:45:02-07:00	[thread overview]
Message-ID: <abee9538-24c1-4676-9f64-e37919e354f4@y9g2000yqg.googlegroups.com> (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



             reply	other threads:[~2009-06-04 17:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-04 17:45 pascal.malaise [this message]
2009-06-04 18:00 ` Extending a type and Finalization 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
replies disabled

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