IdentitySet.st
changeset 379 5b5a130ccd09
parent 362 4131e87e79ec
child 384 cc3d110ea879
equal deleted inserted replaced
378:a9b22f23b0f1 379:5b5a130ccd09
    19 
    19 
    20 IdentitySet comment:'
    20 IdentitySet comment:'
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    21 COPYRIGHT (c) 1993 by Claus Gittinger
    22 	      All Rights Reserved
    22 	      All Rights Reserved
    23 
    23 
    24 $Header: /cvs/stx/stx/libbasic/IdentitySet.st,v 1.11 1995-07-22 19:22:51 claus Exp $
    24 $Header: /cvs/stx/stx/libbasic/IdentitySet.st,v 1.12 1995-08-10 12:28:32 claus Exp $
    25 '!
    25 '!
    26 
    26 
    27 !IdentitySet class methodsFor:'documentation'!
    27 !IdentitySet class methodsFor:'documentation'!
    28 
    28 
    29 copyright
    29 copyright
    40 "
    40 "
    41 !
    41 !
    42 
    42 
    43 version
    43 version
    44 "
    44 "
    45 $Header: /cvs/stx/stx/libbasic/IdentitySet.st,v 1.11 1995-07-22 19:22:51 claus Exp $
    45 $Header: /cvs/stx/stx/libbasic/IdentitySet.st,v 1.12 1995-08-10 12:28:32 claus Exp $
       
    46 $Revision: 1.12 $
    46 "
    47 "
    47 !
    48 !
    48 
    49 
    49 documentation
    50 documentation
    50 "
    51 "