[Uml-devel] [Bug 141876] C++ code generator does not correctly define namespaces
Oliver Kellogg
okellogg at users.sourceforge.net
Mon Feb 19 21:15:39 UTC 2007
------- 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=141876
okellogg users sourceforge net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From okellogg users sourceforge net 2007-02-19 22:15 -------
SVN commit 635340 by okellogg:
Constructor: Let WRITE_PACKAGE_NAMESPACE default to true,
at least until http://bugs.kde.org/141875 is resolved.
BUG:141876
M +1 -0 ChangeLog
M +1 -1 umbrello/codegenerators/cppwriter.cpp
--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #635339:635340
@ -14,6 +14,7 @
* Ada95 Code Generation Errors for Aggregation (141644)
* Unable to delete multiplicity information or lable from an association
(141813)
+* C++ code generator does not correctly define namespaces (141876)
Version 1.5.61
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codegenerators/cppwriter.cpp #635339:635340
@ -74,7 +74,7 @
WRITE_EMPTY_DESTRUCTOR = true;
WRITE_VIRTUAL_DESTRUCTORS = true;
WRITE_ATTRIBUTE_ACCESSOR_METHODS = true;
- WRITE_PACKAGE_NAMESPACE = false;
+ WRITE_PACKAGE_NAMESPACE = true;
// should this go away?? Not currently used.. but might be by new code generator
/// to specifically 'tag' virtual classes and fields and methods.
More information about the umbrello-devel
mailing list