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

Oliver Kellogg okellogg at users.sourceforge.net
Mon Mar 26 16:46:52 UTC 2007


SVN commit 646767 by okellogg:

add debug message

 M  +2 -1      codecomment.cpp  
 M  +1 -0      codeoperation.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codecomment.cpp #646766:646767
@@ -13,9 +13,9 @@
  *      Date   : Wed Jun 18 2003
  */
 
-
 #include "codecomment.h"
 #include "codedocument.h"
+#include <kdebug.h>
 
 // Constructors/Destructors
 //
@@ -44,6 +44,7 @@
  * Save the XMI representation of this object
  */
 void CodeComment::saveToXMI ( QDomDocument & doc, QDomElement & root ) {
+    kDebug() << "CodeComment::saveToXMI is called!" << endl;
     QDomElement blockElement = doc.createElement( "codecomment" );
     setAttributesOnNode(doc, blockElement); // as we added no additional fields to this class we may
     // just use parent TextBlock method
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/codeoperation.cpp #646766:646767
@@ -163,6 +163,7 @@
 }
 
 void CodeOperation::updateContent() {
+    kDebug() << "CodeOperation::updateContent is called!" << endl;
     // Empty. Unlike codeaccessor methods for most (all?) languages
     // we don't auto-generate content for operations
 }




More information about the umbrello-devel mailing list