visitor support (for monticello);
authorClaus Gittinger <cg@exept.de>
Fri, 25 Nov 2011 17:45:02 +0100
changeset 2613 374b0b85e23c
parent 2612 be94644aae8c
child 2614 7d342615bb66
visitor support (for monticello); classInstVarAccess (for monticello)
ClassCommentChange.st
--- a/ClassCommentChange.st	Thu Nov 24 15:18:12 2011 +0100
+++ b/ClassCommentChange.st	Fri Nov 25 17:45:02 2011 +0100
@@ -47,7 +47,7 @@
 !ClassCommentChange class methodsFor:'others'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.33 2011-07-06 11:50:42 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.34 2011-11-25 16:45:02 cg Exp $'
 ! !
 
 !ClassCommentChange methodsFor:'accessing'!
@@ -140,8 +140,16 @@
 
 ! !
 
+!ClassCommentChange methodsFor:'visiting'!
+
+acceptChangeVisitor:aVisitor
+    ^ aVisitor visitClassCommentChange:self.
+
+    "Created: / 25-11-2011 / 17:13:02 / cg"
+! !
+
 !ClassCommentChange class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.33 2011-07-06 11:50:42 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/ClassCommentChange.st,v 1.34 2011-11-25 16:45:02 cg Exp $'
 ! !