LookupKey.st
branchjv
changeset 17761 b0e5971141bc
parent 17711 39faaaf888b4
child 17845 7e0cfaac936d
equal deleted inserted replaced
17760:b2add4d45cfb 17761:b0e5971141bc
     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 "{ Package: 'stx:libbasic' }"
    12 
    13 
    13 Magnitude subclass:#LookupKey
    14 Magnitude subclass:#LookupKey
    14 	instanceVariableNames:'key'
    15 	instanceVariableNames:'key'
    15 	classVariableNames:''
    16 	classVariableNames:''
    16 	poolDictionaries:''
    17 	poolDictionaries:''
   119 ! !
   120 ! !
   120 
   121 
   121 !LookupKey class methodsFor:'documentation'!
   122 !LookupKey class methodsFor:'documentation'!
   122 
   123 
   123 version
   124 version
   124     ^ '$Id: LookupKey.st 10447 2009-06-14 13:09:55Z vranyj1 $'
   125     ^ '$Id: LookupKey.st 10517 2010-04-26 18:26:38Z vranyj1 $'
       
   126 !
       
   127 
       
   128 version_SVN
       
   129     ^ '$Id: LookupKey.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   125 ! !
   130 ! !