ExecutableFunction.st
changeset 5936 97baccca8c8e
parent 5904 5198e81b5669
child 7096 bdfda0c28b0c
--- a/ExecutableFunction.st	Thu Aug 23 23:07:35 2001 +0200
+++ b/ExecutableFunction.st	Fri Aug 31 17:19:57 2001 +0200
@@ -303,6 +303,10 @@
     "Modified: 16.4.1996 / 16:32:36 / cg"
 !
 
+isObsolete
+    ^ false
+!
+
 isTimed
     "return true, if this is a wrapper method for a time measurement.
      False is returned here - this method is redefined in WrappedMethod"
@@ -429,6 +433,6 @@
 !ExecutableFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.45 2001-08-13 14:13:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.46 2001-08-31 15:19:57 cg Exp $'
 ! !
 ExecutableFunction initialize!