ProgressNotification.st
changeset 3538 c0e7660db9ff
child 3539 53b322935b6d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ProgressNotification.st	Sat Oct 04 10:41:56 2008 +0200
@@ -0,0 +1,41 @@
+"
+ COPYRIGHT (c) 2008 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+"{ Package: 'stx:libwidg2' }"
+
+ActivityNotification subclass:#ProgressNotification
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Kernel-Exceptions-Notifications'
+!
+
+!ProgressNotification class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2008 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+! !
+
+!ProgressNotification class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg2/ProgressNotification.st,v 1.1 2008-10-04 08:41:56 cg Exp $'
+! !