[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Sat Sep 13 16:28:05 UTC 2003


CVS commit by thomas: 

oops. this is part of my last patch..changing ID accessors to NOT be inline


  M +2 -6      umllistviewitemdata.h   1.7


--- kdesdk/umbrello/umbrello/umllistviewitemdata.h  #1.6:1.7
@@ -89,7 +89,5 @@ public:
          *      Returns the id of the item being represented.
          */
-        int getID() {
-                return m_nId;
-        }
+        int getID();
 
         /**
@@ -124,7 +122,5 @@ public:
          *      Sets the id of the item being represented.
          */
-        void setID( int id ) {
-                m_nId = id;
-        }
+        void setID( int id );
 
         /**






More information about the umbrello-devel mailing list