added:
authorClaus Gittinger <cg@exept.de>
Mon, 12 Oct 2009 23:45:23 +0200
changeset 12248 b67d795b6669
parent 12247 9ec89f811832
child 12249 c910d47b85ab
added: #class:recategorizedFrom:to: #classAdded:inCategory: #traitDefinitionChangedFrom:to:
SystemChangeNotifier.st
--- a/SystemChangeNotifier.st	Mon Oct 12 23:41:05 2009 +0200
+++ b/SystemChangeNotifier.st	Mon Oct 12 23:45:23 2009 +0200
@@ -31,6 +31,20 @@
     "
 ! !
 
+!SystemChangeNotifier methodsFor:'change notifications'!
+
+class: trait recategorizedFrom: oldCategory to:newCategory    
+    "dummy for now - will write a change record eventually"
+!
+
+classAdded:aClass inCategory:aCategoryString
+    "dummy for now - will write a change record eventually"
+!
+
+traitDefinitionChangedFrom:oldTrait to:newTrait
+    "dummy for now - will write a change record eventually"
+! !
+
 !SystemChangeNotifier methodsFor:'initialization'!
 
 initialize
@@ -66,5 +80,5 @@
 !SystemChangeNotifier class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/SystemChangeNotifier.st,v 1.1 2009-10-12 19:11:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/SystemChangeNotifier.st,v 1.2 2009-10-12 21:45:23 cg Exp $'
 ! !