InMidstOfFileinNotification.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 05 Jun 2014 10:24:10 +0200
changeset 930 b6e0530758f4
parent 792 1cc250181690
permissions -rw-r--r--
Regenerated to fix dependency problem.

"{ 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 $'
! !