[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Fri Sep 12 14:52:05 UTC 2003


CVS commit by thomas: 

make accessors for ID virtual..the better to override these methods for umlrole


  M +2 -2      umlobject.h   1.19


--- kdesdk/umbrello/umbrello/umlobject.h  #1.18:1.19
@@ -71,5 +71,5 @@ public:
          * @return      Returns the ID of the object.
          */
-        int getID() const;
+        virtual int getID() const;
 
         /**
@@ -132,5 +132,5 @@ public:
          * Assigns a new Id to the object
          */
-        void setID(int NewID);
+        virtual void setID(int NewID);
 
         /**






More information about the umbrello-devel mailing list