InMidstOfFileinNotification.st
author Jan Vrany <jan.vrany@labware.com>
Tue, 11 Jul 2023 12:59:07 +0100
branchjv
changeset 1174 f0a16c301971
parent 792 1cc250181690
permissions -rw-r--r--
Make `ProjectDefinition >> #monticelloTimestamps_code` an extension in `stx:goodies/monticello` ...and convert it to use (not so) new annotation-based extension mechanism.

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