InMidstOfFileinNotification.st
author Claus Gittinger <cg@exept.de>
Sat, 20 Aug 2011 13:46:30 +0200
changeset 243 d5f475e588f6
parent 185 a6dbdeb4b619
child 607 edcecdb22904
permissions -rw-r--r--
added: #version_CVS

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

Notification subclass:#InMidstOfFileinNotification
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Monticello-Base'
!


!InMidstOfFileinNotification class methodsFor:'documentation'!

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

version_SVN
    ^ '§Id: InMidstOfFileinNotification.st 7 2010-09-12 07:18:55Z vranyj1 §'
! !