[Uml-devel] kdesdk/umbrello/umbrello/codegenerators

Brian Thomas thomas at mail630.gsfc.nasa.gov
Thu Nov 6 21:38:08 UTC 2003


CVS commit by thomas: 

commented out enumeration stuff until its not crashing


  M +2 -0      cppheadercodedocument.cpp   1.10


--- kdesdk/umbrello/umbrello/codegenerators/cppheadercodedocument.cpp  #1.9:1.10
@@ -356,4 +356,5 @@ void CPPHeaderCodeDocument::updateConten
                 QString indent = policy->getIndentation();
                 UMLClass* k = dynamic_cast<UMLClass*>(c);
+/*
                 if (k->isEnumeration()) {
                         enumStatement.append(indent + "enum "+cppClassName+" {"+endLine);
@@ -373,4 +374,5 @@ void CPPHeaderCodeDocument::updateConten
                         isEnumeration = true;
                 }
+*/
                 namespaceBlock->addOrUpdateTaggedCodeBlockWithComments("enums", enumStatement, "", 0, false);
          }






More information about the umbrello-devel mailing list