InMidstOfFileinNotification.st
author Claus Gittinger <cg@exept.de>
Wed, 29 Aug 2018 15:20:19 +0200
changeset 1081 9f4a608ef9f3
parent 792 1cc250181690
permissions -rw-r--r--
class order

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