*** empty log message ***
authorclaus
Fri, 25 Feb 1994 14:00:36 +0100
changeset 19 c25a529288cf
parent 18 1000aced21ff
child 20 8c7b2e4bb9a9
*** empty log message ***
MappedColl.st
MappedCollection.st
--- a/MappedColl.st	Fri Feb 25 13:57:21 1994 +0100
+++ b/MappedColl.st	Fri Feb 25 14:00:36 1994 +0100
@@ -10,7 +10,7 @@
  hereby transferred.
 "
 
-Object subclass:#MappedCollection
+Collection subclass:#MappedCollection
        instanceVariableNames:'domain map'
        classVariableNames:''
        poolDictionaries:''
@@ -28,7 +28,7 @@
 real association.  In order to work properly, the domain and map objects must
 be instances of a subclass of SequenceableCollection or Dictionary. 
 
-$Header: /cvs/stx/stx/libbasic2/Attic/MappedColl.st,v 1.2 1993-10-13 00:16:27 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/Attic/MappedColl.st,v 1.3 1994-02-25 13:00:36 claus Exp $
 '!
 
 !MappedCollection class methodsFor:'instance creation'!
--- a/MappedCollection.st	Fri Feb 25 13:57:21 1994 +0100
+++ b/MappedCollection.st	Fri Feb 25 14:00:36 1994 +0100
@@ -10,7 +10,7 @@
  hereby transferred.
 "
 
-Object subclass:#MappedCollection
+Collection subclass:#MappedCollection
        instanceVariableNames:'domain map'
        classVariableNames:''
        poolDictionaries:''
@@ -28,7 +28,7 @@
 real association.  In order to work properly, the domain and map objects must
 be instances of a subclass of SequenceableCollection or Dictionary. 
 
-$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.2 1993-10-13 00:16:27 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/MappedCollection.st,v 1.3 1994-02-25 13:00:36 claus Exp $
 '!
 
 !MappedCollection class methodsFor:'instance creation'!