WeakInterestConverter.st
changeset 13745 85b8e275b9b1
parent 9280 0daef192f1af
child 18011 deb0c3355881
equal deleted inserted replaced
13744:1e450d863057 13745:85b8e275b9b1
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
       
    13 
       
    14 
       
    15 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
    16 
    13 
    17 InterestConverter subclass:#WeakInterestConverter
    14 InterestConverter subclass:#WeakInterestConverter
    18 	instanceVariableNames:''
    15 	instanceVariableNames:''
    19 	classVariableNames:''
    16 	classVariableNames:''
   121 ! !
   118 ! !
   122 
   119 
   123 !WeakInterestConverter class methodsFor:'documentation'!
   120 !WeakInterestConverter class methodsFor:'documentation'!
   124 
   121 
   125 version
   122 version
   126     ^ '$Header: /cvs/stx/stx/libbasic/WeakInterestConverter.st,v 1.3 2006-03-15 10:22:20 cg Exp $'
   123     ^ '$Header: /cvs/stx/stx/libbasic/WeakInterestConverter.st,v 1.4 2011-09-29 11:19:04 cg Exp $'
   127 ! !
   124 ! !