Stream.st
changeset 8622 f92ae83ff3dd
parent 8614 88421fbd4ab6
child 8630 e7f77fb0a44a
--- a/Stream.st	Mon Oct 25 10:45:13 2004 +0200
+++ b/Stream.st	Mon Oct 25 10:47:03 2004 +0200
@@ -435,6 +435,8 @@
      If signalAtEnd == true, raise a signal. If its false, return nil.
      Otherwise raise the signal, but only if handled; otherwise return nil."
 
+    <resource: #obsolete>
+
     self obsoleteMethodWarning:'Should send #pastEndRead now'.
     self pastEndRead
 !
@@ -2772,7 +2774,7 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.133 2004-10-01 07:36:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.134 2004-10-25 08:47:03 stefan Exp $'
 ! !
 
 Stream initialize!