[Uml-devel] [Bug 108223] failure in C++ Code generation
Rüdiger Ranft
kdebugs at rranft1.mail.htwm.de
Mon Jun 27 10:35:32 UTC 2005
------- 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=108223
------- Additional Comments From kdebugs rranft1 mail htwm de 2005-06-27 16:22 -------
Created an attachment (id=11603)
--> (http://bugs.kde.org/attachment.cgi?id=11603&action=view)
Hack to get around the problems
Apply with pach -p1 <Patch
from $(top_srcdir)
Changes:
codegenerator.cpp: removed the inclusion of the object where the
Uml::at_UniAssociation points to from the output list, since this would
lead to an wrong include list.
umlobject.h: Changed the default namespace seperator to "::", but this
is more a hack, since I 've no clue where to get the information about
the currently selected output language and their seperator string.
codegenerators/cppheaderclassdeclarationblock.cpp: changed the mnemonic
parameter to false, since my c++ compiler refuses to compile "class x: +
y{}; " ;). It seems to me, this parameter were added while some other
code already exists which depends on the old method signature. So I
guess the other generators might also be broken by the same bug.
More information about the umbrello-devel
mailing list