[Uml-devel] [Bug 92995] New: ADA code generator doen't produce 'a generic package' when the class has template(s)
Marcos Mayorga
the at drmay.net
Tue Nov 9 23:30:02 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=92995
Summary: ADA code generator doen't produce 'a generic package'
when the class has template(s)
Product: umbrello
Version: unspecified
Platform: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: the drmay net
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...)
More information about the umbrello-devel
mailing list