ReadStream.st
branchjv
changeset 17772 6e0b3c06c364
parent 17767 a4a32df3aa5e
child 17780 b6e42c92eba0
equal deleted inserted replaced
17771:d6d2b68253cf 17772:6e0b3c06c364
   826 ! !
   826 ! !
   827 
   827 
   828 !ReadStream class methodsFor:'documentation'!
   828 !ReadStream class methodsFor:'documentation'!
   829 
   829 
   830 version
   830 version
   831     ^ '$Id: ReadStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
   831     ^ '$Id: ReadStream.st 10534 2010-07-01 18:21:34Z vranyj1 $'
   832 !
   832 !
   833 
   833 
   834 version_CVS
   834 version_CVS
   835     ^ 'Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.64 2009-11-05 16:25:23 stefan Exp §'
   835     ^ 'Header: /cvs/stx/stx/libbasic/ReadStream.st,v 1.64 2009/11/05 16:25:23 stefan Exp §'
   836 !
   836 !
   837 
   837 
   838 version_SVN
   838 version_SVN
   839     ^ '$Id: ReadStream.st 10527 2010-06-16 20:12:05Z vranyj1 $'
   839     ^ '$Id: ReadStream.st 10534 2010-07-01 18:21:34Z vranyj1 $'
   840 ! !
   840 ! !
   841 
   841 
       
   842