WeakDependencyDictionary.st
branchjv
changeset 17865 598963c6ff8e
parent 17846 24edc476ac18
child 17869 9610c6c94e71
equal deleted inserted replaced
17864:e6010e48defb 17865:598963c6ff8e
     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 "{ Package: 'stx:libbasic' }"
    12 "{ Package: 'stx:libbasic' }"
    15 
    13 
    16 WeakIdentityDictionary subclass:#WeakDependencyDictionary
    14 WeakIdentityDictionary subclass:#WeakDependencyDictionary
    17 	instanceVariableNames:''
    15 	instanceVariableNames:''
    18 	classVariableNames:''
    16 	classVariableNames:''
   165 ! !
   163 ! !
   166 
   164 
   167 !WeakDependencyDictionary class methodsFor:'documentation'!
   165 !WeakDependencyDictionary class methodsFor:'documentation'!
   168 
   166 
   169 version
   167 version
   170     ^ '$Id: WeakDependencyDictionary.st 10660 2011-07-18 15:22:09Z vranyj1 $'
   168     ^ '$Id: WeakDependencyDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
       
   169 !
       
   170 
       
   171 version_SVN
       
   172     ^ '$Id: WeakDependencyDictionary.st 10695 2011-09-28 19:07:49Z vranyj1 $'
   171 ! !
   173 ! !