changed #acceptVisitor:with: - moved to UninterpretedBytes
authorStefan Vogel <sv@exept.de>
Fri, 09 May 2008 21:54:56 +0200
changeset 11010 84bd562338a8
parent 11009 fb66915c5bb5
child 11011 d4cb69e190fb
changed #acceptVisitor:with: - moved to UninterpretedBytes
ByteArray.st
--- a/ByteArray.st	Fri May 09 21:54:04 2008 +0200
+++ b/ByteArray.st	Fri May 09 21:54:56 2008 +0200
@@ -161,6 +161,7 @@
     ^ self basicNew:anInteger
 ! !
 
+
 !ByteArray class methodsFor:'queries'!
 
 isBuiltInClass
@@ -908,6 +909,7 @@
     "
 ! !
 
+
 !ByteArray methodsFor:'comparing'!
 
 = aByteArray
@@ -3189,15 +3191,8 @@
     "Modified: 22.4.1996 / 12:55:30 / cg"
 ! !
 
-!ByteArray methodsFor:'visiting'!
-
-acceptVisitor:aVisitor with:aParameter
-
-    ^ aVisitor visitByteArray:self with:aParameter
-! !
-
 !ByteArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.180 2008-02-29 10:13:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ByteArray.st,v 1.181 2008-05-09 19:54:56 stefan Exp $'
 ! !