InMidstOfFileinNotification.st
changeset 185 a6dbdeb4b619
child 243 d5f475e588f6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/InMidstOfFileinNotification.st	Sat Aug 20 13:37:31 2011 +0200
@@ -0,0 +1,23 @@
+"{ Package: 'stx:goodies/monticello' }"
+
+Notification subclass:#InMidstOfFileinNotification
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Monticello-Base'
+!
+
+
+!InMidstOfFileinNotification class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/InMidstOfFileinNotification.st,v 1.1 2011-08-20 11:37:31 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/InMidstOfFileinNotification.st,v 1.1 2011-08-20 11:37:31 cg Exp $'
+!
+
+version_SVN
+    ^ '§Id: InMidstOfFileinNotification.st 7 2010-09-12 07:18:55Z vranyj1 §'
+! !