diff -r a3e5703901c8 -r 72a61c17925c SharedCollection.st --- 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 $' ! !