changed #acceptVisitor:with: - moved to UninterpretedBytes
authorStefan Vogel <sv@exept.de>
Fri, 09 May 2008 21:54:04 +0200
changeset 11009 fb66915c5bb5
parent 11008 5a92714a522b
child 11010 84bd562338a8
changed #acceptVisitor:with: - moved to UninterpretedBytes
UninterpretedBytes.st
--- a/UninterpretedBytes.st	Fri May 09 12:51:58 2008 +0200
+++ b/UninterpretedBytes.st	Fri May 09 21:54:04 2008 +0200
@@ -2427,8 +2427,15 @@
     ^ false
 ! !
 
+!UninterpretedBytes methodsFor:'visiting'!
+
+acceptVisitor:aVisitor with:aParameter
+
+    ^ aVisitor visitByteArray:self with:aParameter
+! !
+
 !UninterpretedBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.65 2007-08-06 11:26:28 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UninterpretedBytes.st,v 1.66 2008-05-09 19:54:04 stefan Exp $'
 ! !