diff -r feb20a9d7b13 -r cee19bad32a0 Method.st --- a/Method.st Thu Aug 02 14:22:22 2012 +0200 +++ b/Method.st Thu Aug 02 14:23:16 2012 +0200 @@ -2624,6 +2624,14 @@ ^ true ! +isMethodWithBreakpoints + "only redefined in MethodWithBreakpoints" + + ^ false + + "Created: / 01-08-2012 / 17:26:43 / cg" +! + isOLECall "return true, if the method is an ole call; false if not." @@ -3729,11 +3737,11 @@ !Method class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.393 2012-07-27 16:35:35 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.394 2012-08-02 12:23:16 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.393 2012-07-27 16:35:35 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/Method.st,v 1.394 2012-08-02 12:23:16 cg Exp $' ! version_SVN