Bug 92995

Summary: ADA code generator doen't produce 'a generic package' when the class has template(s)
Product: [Applications] umbrello Reporter: Marcos Mayorga <drmay_en>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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.