AbortAllOperationRequest.st
branchjv
changeset 17761 b0e5971141bc
parent 17711 39faaaf888b4
child 17834 04ff72c5039a
--- a/AbortAllOperationRequest.st	Mon Apr 12 08:29:17 2010 +0100
+++ b/AbortAllOperationRequest.st	Mon Apr 26 19:26:38 2010 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 ControlRequest subclass:#AbortAllOperationRequest
@@ -61,7 +60,11 @@
 !AbortAllOperationRequest class methodsFor:'documentation'!
 
 version
-    ^ '$Id: AbortAllOperationRequest.st 10447 2009-06-14 13:09:55Z vranyj1 $'
+    ^ '$Id: AbortAllOperationRequest.st 10517 2010-04-26 18:26:38Z vranyj1 $'
+!
+
+version_SVN
+    ^ '$Id: AbortAllOperationRequest.st 10517 2010-04-26 18:26:38Z vranyj1 $'
 ! !
 
 AbortAllOperationRequest initialize!