SharedCollection.st
changeset 1637 72a61c17925c
parent 1636 a3e5703901c8
child 1794 603885d999ca
--- a/SharedCollection.st	Mon May 08 15:21:45 2006 +0200
+++ b/SharedCollection.st	Wed May 10 17:20:19 2006 +0200
@@ -145,8 +145,16 @@
     ^ rslt
 ! !
 
+!SharedCollection methodsFor:'special'!
+
+species
+    "returns non shared collections"
+
+    ^ realCollection species
+! !
+
 !SharedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/SharedCollection.st,v 1.4 2006-05-08 13:21:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SharedCollection.st,v 1.5 2006-05-10 15:20:19 cg Exp $'
 ! !