ClassDescription.st
changeset 8229 f24cc4e2d365
parent 8215 6ac1ee3a7422
child 8306 5b610781e787
--- a/ClassDescription.st	Fri Mar 19 09:17:11 2004 +0100
+++ b/ClassDescription.st	Fri Mar 19 09:17:29 2004 +0100
@@ -345,6 +345,10 @@
     "Created: 2.4.1997 / 17:28:41 / stefan"
 !
 
+forceNoNameSpaceQuerySignal
+    ^ ForceNoNameSpaceQuerySignal
+!
+
 methodRedefinitionSignal
     "return the signal raised when a method is about to be installed
      which redefines an existing method and the methods packages are not
@@ -4030,7 +4034,7 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.169 2004-03-16 20:16:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.170 2004-03-19 08:17:29 ca Exp $'
 ! !
 
 ClassDescription initialize!