[Uml-devel] branches/KDE/3.5/kdesdk/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Mon Feb 19 21:15:34 UTC 2007


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