class: Autoload
authorClaus Gittinger <cg@exept.de>
Tue, 06 Nov 2012 01:21:57 +0100
changeset 14502 d684e7788dbb
parent 14501 b54655afc099
child 14503 286c53d82fa9
class: Autoload no, I do not know if I am abstract or not. (need to be loaded to answer that)
Autoload.st
--- a/Autoload.st	Tue Nov 06 00:56:53 2012 +0100
+++ b/Autoload.st	Tue Nov 06 01:21:57 2012 +0100
@@ -704,10 +704,6 @@
     ^ false
 !
 
-isAbstract
-    ^ true
-!
-
 isBehavior
     "return true, if the receiver is describing another objects behavior.
      Autoloaded classes are definitely; therefore return true."
@@ -797,11 +793,11 @@
 !Autoload class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.160 2012-10-20 19:52:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.161 2012-11-06 00:21:57 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.160 2012-10-20 19:52:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.161 2012-11-06 00:21:57 cg Exp $'
 ! !
 
 Autoload initialize!