documentation
authorClaus Gittinger <cg@exept.de>
Wed, 30 Apr 2014 20:20:55 +0200
changeset 3271 4a30a0fe6b25
parent 3270 35d2087d156a
child 3272 7e58d594ab27
documentation
SelectingReadStream.st
--- a/SelectingReadStream.st	Wed Apr 30 20:19:37 2014 +0200
+++ b/SelectingReadStream.st	Wed Apr 30 20:20:55 2014 +0200
@@ -42,6 +42,9 @@
 
     Needs readAhead for proper atEnd handling.
 
+    [Author:]
+        Claus Gittinger
+
     [instance variables:]
         hasReadAhead        - because nil is a valid read-element,
                             this is used to know if readAhead is valid.
@@ -122,6 +125,6 @@
 !SelectingReadStream class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/SelectingReadStream.st,v 1.4 2013-08-18 10:56:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/SelectingReadStream.st,v 1.5 2014-04-30 18:20:55 cg Exp $'
 ! !