ExecutableFunction.st
branchjv
changeset 17845 7e0cfaac936d
parent 17841 7abcc4aef871
child 17846 24edc476ac18
--- a/ExecutableFunction.st	Thu Jun 23 16:55:10 2011 +0100
+++ b/ExecutableFunction.st	Thu Jul 07 23:08:07 2011 +0100
@@ -278,15 +278,6 @@
     ^ false
 !
 
-isSandboxed
-    "return true, if this is a sandboxed method
-     False is returned here - this method is redefined in SandboxedMethod"
-
-    ^ false
-
-    "Created: / 27-12-2009 / 00:20:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
-
 isTimed
     "return true, if this is a wrapper method for a time measurement.
      False is returned here - this method is redefined in WrappedMethod"
@@ -413,21 +404,9 @@
 !ExecutableFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ExecutableFunction.st 10643 2011-06-08 21:53:07Z vranyj1 $'
-!
-
-version_SVN
-    ^ '$Id: ExecutableFunction.st 10643 2011-06-08 21:53:07Z vranyj1 $'
+    ^ '$Id: ExecutableFunction.st 10656 2011-07-07 22:08:07Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.56 2010/04/27 10:26:12 cg Exp '
-! !
-
-
-
-
-
-
-
-
+    ^ '§Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.56 2010/04/27 10:26:12 cg Exp §'
+! !
\ No newline at end of file