[Uml-devel] kdesdk/umbrello/umbrello
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Fri Oct 3 15:19:02 UTC 2003
CVS commit by thomas:
remove extra classification on methods..sloppy of me. sorry
M +1 -1 classifiercodedocument.h 1.9
M +2 -2 codeclassfield.h 1.5
--- kdesdk/umbrello/umbrello/classifiercodedocument.h #1.8:1.9
@@ -211,5 +211,5 @@ protected:
// force syncronization of child classfields to their parent objects
- void ClassifierCodeDocument::syncClassFields( );
+ void syncClassFields( );
private:
--- kdesdk/umbrello/umbrello/codeclassfield.h #1.4:1.5
@@ -136,5 +136,5 @@ public:
* 0 is returned.
*/
- int CodeClassField::minimumListOccurances( );
+ int minimumListOccurances( );
/** Find the maximum number of things that can occur in an association
@@ -143,5 +143,5 @@ public:
* or has a "*" specified then '-1' (unbounded) is returned.
*/
- int CodeClassField::maximumListOccurances( );
+ int maximumListOccurances( );
/**
More information about the umbrello-devel
mailing list