InMidstOfFileinNotification.st
author Claus Gittinger <cg@exept.de>
Sat, 01 Sep 2018 17:35:45 +0200
changeset 1094 55a945c18a3e
parent 792 1cc250181690
permissions -rw-r--r--
#FEATURE by cg class: MCFileTreeRepository changed: #repositoryBranchName #repositoryProperties #repositoryVersionString class: MCFileTreeRepository class comment/format in: #parseName:extension:

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