[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Tue Sep 30 18:25:08 UTC 2003


CVS commit by thomas: 

minor quibble: make findTag not inline


  M +4 -0      codeoperation.cpp   1.8
  M +1 -3      codeoperation.h   1.5


--- kdesdk/umbrello/umbrello/codeoperation.h  #1.4:1.5
@@ -82,7 +82,5 @@ public:
         /** Find the value of the tag that this operation would have.
          */
-        static QString findTag (UMLOperation * op) {
-                return QString("operation_" + QString::number(op->getID()));
-        }
+        static QString findTag (UMLOperation * op) ;
 
         /** set the class attributes from a passed object

--- kdesdk/umbrello/umbrello/codeoperation.cpp  #1.7:1.8
@@ -92,4 +92,8 @@ UMLObject * CodeOperation::getParentObje
 //  
 
+QString CodeOperation::findTag (UMLOperation * op) {
+        return QString("operation_" + QString::number(op->getID()));
+}
+
 /** set attributes of the node that represents this class
  * in the XMI document.






More information about the umbrello-devel mailing list