Smalltalk.st
changeset 10432 9d0a4de5e69c
parent 10429 cad3e5afc906
child 10451 cb5c7b091764
--- a/Smalltalk.st	Mon Mar 05 11:39:04 2007 +0100
+++ b/Smalltalk.st	Mon Mar 05 13:33:49 2007 +0100
@@ -602,6 +602,7 @@
     Stdout reOpen. Stderr reOpen. Stdin reOpen.
 ! !
 
+
 !Smalltalk class methodsFor:'Compatibility-Squeak'!
 
 beep
@@ -2331,6 +2332,17 @@
     ^ true
 !
 
+hasSelectorNameSpaces
+    "for now return false
+     Selector namespaces are being implemented and supported by the VM, 
+     but not yet fully supported by all tools...
+     Therefore, for now, do not generate code which uses this feature."
+
+    ^ false
+
+    "Created: / 05-03-2007 / 13:26:28 / cg"
+!
+
 includes:something
     "this should come from Collection.
      will change the inheritance - Smalltalk is actually a collection"
@@ -6965,5 +6977,5 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.813 2007-03-02 15:38:43 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.814 2007-03-05 12:33:49 cg Exp $'
 ! !