comment
authorfm
Fri, 08 Aug 2008 15:32:01 +0200
changeset 11134 42537fdb424e
parent 11133 ea09899d310c
child 11135 db5762c9d81b
comment
Stream.st
--- a/Stream.st	Wed Aug 06 12:26:45 2008 +0200
+++ b/Stream.st	Fri Aug 08 15:32:01 2008 +0200
@@ -565,6 +565,8 @@
 !
 
 readWaitWithTimeoutMs:millis
+    "Return true if a timeout occured (i.e. false, if data is available)."
+
     ^ false "/ never have to wait
 !
 
@@ -2787,7 +2789,7 @@
 !Stream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.157 2008-03-26 10:09:11 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Stream.st,v 1.158 2008-08-08 13:32:01 fm Exp $'
 ! !
 
 Stream initialize!