[Uml-devel] KDE/kdesdk/umbrello/umbrello
Andi Fischer
andi.fischer at hispeed.ch
Thu Dec 13 09:12:43 UTC 2007
SVN commit 747981 by fischer:
Removed not needed method.
M +0 -6 ownedcodeblock.h
--- trunk/KDE/kdesdk/umbrello/umbrello/ownedcodeblock.h #747980:747981
@@ -27,7 +27,6 @@
class UMLObject;
/**
- * class OwnedCodeBlock
* Describes any codeblock which is 'owned' by a UMLobject of some sort and should
* be in sync with that parent.
*/
@@ -54,11 +53,6 @@
UMLObject * getParentObject ( );
/**
- * Get the parent code document of this code block.
- */
- virtual CodeDocument * getParentDocument ( ) = 0;
-
- /**
* This is the method called from within syncToParent
*/
virtual void updateContent ( ) = 0;
More information about the umbrello-devel
mailing list