BackgroundQueueProcessingJob.st
changeset 2591 fe84525321f7
parent 2589 0d6e28eb03de
child 2601 55c6a3887ebf
--- a/BackgroundQueueProcessingJob.st	Wed Aug 03 16:46:18 2011 +0200
+++ b/BackgroundQueueProcessingJob.st	Wed Aug 03 16:46:20 2011 +0200
@@ -29,7 +29,7 @@
 	instanceVariableNames:'queue queueAccessLock'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Interface-CodeView'
+	category:'System-Support'
 !
 
 !BackgroundQueueProcessingJob class methodsFor:'documentation'!
@@ -121,8 +121,12 @@
 
 !BackgroundQueueProcessingJob class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundQueueProcessingJob.st,v 1.6 2011-08-03 14:46:20 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundQueueProcessingJob.st,v 1.5 2011-08-03 14:43:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/BackgroundQueueProcessingJob.st,v 1.6 2011-08-03 14:46:20 cg Exp $'
 !
 
 version_SVN