InMidstOfFileinNotification.st
author Claus Gittinger <cg@exept.de>
Thu, 11 Dec 2014 16:51:20 +0100
changeset 940 64e03d517590
parent 792 1cc250181690
permissions -rw-r--r--
class: MCPackageLoader comment/format in: #useChangeSetNamed:during:

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

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


!InMidstOfFileinNotification class methodsFor:'documentation'!

version_CVS
    ^ '$Header: /cvs/stx/stx/goodies/monticello/InMidstOfFileinNotification.st,v 1.4 2013-05-15 12:03:43 cg Exp $'
!

version_SVN
    ^ '$Id: InMidstOfFileinNotification.st,v 1.4 2013-05-15 12:03:43 cg Exp $'
! !