Bug 92995 - ADA code generator doen't produce 'a generic package' when the class has template(s)
Summary: ADA code generator doen't produce 'a generic package' when the class has temp...
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-09 19:38 UTC by Marcos Mayorga
Modified: 2004-11-10 11:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcos Mayorga 2004-11-09 19:38:31 UTC
Version:           1.3.90 (using KDE 3.3.89 (CVS >= 20040820), compiled sources)
Compiler:          gcc version 3.3.4 (Debian 1:3.3.4-13)
OS:                Linux (i686) release 2.6.8.1

a class 'A' with a template 'T',
produced ADA code:
...
package A is
...

expected code:

...
generic 
T
package A is
...

(now i'm doubing on the exact syntax...)
Comment 1 Oliver Kellogg 2004-11-10 11:12:22 UTC
Fixed in cvs.