ExternalBytes.st
changeset 3208 2d71538b9fd5
parent 3206 493628974815
child 3211 ef7a5411afa1
--- a/ExternalBytes.st	Wed Jan 21 17:08:21 1998 +0100
+++ b/ExternalBytes.st	Wed Jan 21 17:09:08 1998 +0100
@@ -10,7 +10,7 @@
  hereby transferred.
 "
 
-ArrayedCollection subclass:#ExternalBytes
+UninterpretedBytes subclass:#ExternalBytes
         instanceVariableNames:'address* size'
         classVariableNames:'AllocatedInstances Lobby DebugMalloc TraceMalloc'
         poolDictionaries:''
@@ -1244,6 +1244,6 @@
 !ExternalBytes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.18 1998-01-21 14:26:10 dq Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExternalBytes.st,v 1.19 1998-01-21 16:09:08 cg Exp $'
 ! !
 ExternalBytes initialize!