MCMockAPoolDictionary.st
author Claus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 13:42:40 +0200
changeset 202 c159b433becd
parent 90 1b5529f69690
child 293 e450a0759d8c
permissions -rw-r--r--
added: #version_CVS

"{ Package: 'stx:goodies/monticello' }"

SharedPool subclass:#MCMockAPoolDictionary
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Monticello-Mocks'
!


!MCMockAPoolDictionary class methodsFor:'documentation'!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCMockAPoolDictionary.st,v 1.2 2011-08-20 11:42:40 cg Exp $'
!

version_SVN
    ^ '§Id: MCMockAPoolDictionary.st 5 2010-08-29 07:30:29Z vranyj1 §'
! !