Mark #pastEnd: as obsolete.
authorStefan Vogel <sv@exept.de>
Mon, 25 Oct 2004 10:47:03 +0200
changeset 8622 f92ae83ff3dd
parent 8621 b57b1e5b2eca
child 8623 7dddc2cbd68c
Mark #pastEnd: as obsolete.
Stream.st
--- 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!