*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 14 Dec 2004 16:01:54 +0100
changeset 6157 333cde2a5ec7
parent 6156 2b0398bd0ed6
child 6158 823812e0c7ac
*** empty log message ***
SystemStatusMonitor.st
--- a/SystemStatusMonitor.st	Tue Dec 14 16:01:03 2004 +0100
+++ b/SystemStatusMonitor.st	Tue Dec 14 16:01:54 2004 +0100
@@ -103,6 +103,14 @@
 
 !SystemStatusMonitor methodsFor:'drawing'!
 
+updateList
+    self subclassResponsibility
+!
+
+updateStatus:arg
+    self subclassResponsibility
+!
+
 updateView
     self updateList.
     self updateStatus:nil
@@ -249,5 +257,5 @@
 !SystemStatusMonitor class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.16 2004-12-14 15:01:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SystemStatusMonitor.st,v 1.17 2004-12-14 15:01:54 cg Exp $'
 ! !