MCLazyPropertyDictionary.st
changeset 634 5a72e7e81794
parent 367 af65b16d49c0
child 1095 87f223484bc3
equal deleted inserted replaced
633:cb927ae59c9a 634:5a72e7e81794
     2 
     2 
     3 Dictionary subclass:#MCLazyPropertyDictionary
     3 Dictionary subclass:#MCLazyPropertyDictionary
     4 	instanceVariableNames:'tokens'
     4 	instanceVariableNames:'tokens'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-St/X support'
     7 	category:'SCM-Monticello-St/X support'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MCLazyPropertyDictionary class methodsFor:'instance creation'!
    11 !MCLazyPropertyDictionary class methodsFor:'instance creation'!
    12 
    12 
    52 ! !
    52 ! !
    53 
    53 
    54 !MCLazyPropertyDictionary class methodsFor:'documentation'!
    54 !MCLazyPropertyDictionary class methodsFor:'documentation'!
    55 
    55 
    56 version
    56 version
    57     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCLazyPropertyDictionary.st,v 1.2 2011-08-20 12:30:57 cg Exp $'
    57     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCLazyPropertyDictionary.st,v 1.3 2012-09-11 21:22:36 cg Exp $'
    58 !
    58 !
    59 
    59 
    60 version_CVS
    60 version_CVS
    61     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCLazyPropertyDictionary.st,v 1.2 2011-08-20 12:30:57 cg Exp $'
    61     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCLazyPropertyDictionary.st,v 1.3 2012-09-11 21:22:36 cg Exp $'
    62 !
    62 !
    63 
    63 
    64 version_SVN
    64 version_SVN
    65     ^ '§Id: MCLazyPropertyDictionary.st 23 2010-10-29 14:41:24Z vranyj1 §'
    65     ^ '§Id: MCLazyPropertyDictionary.st 23 2010-10-29 14:41:24Z vranyj1 §'
    66 ! !
    66 ! !