WriteStream.st
branchjv
changeset 17834 04ff72c5039a
parent 17814 b75a7f0c346b
child 17841 7abcc4aef871
equal deleted inserted replaced
17833:1602a49e146e 17834:04ff72c5039a
   620 ! !
   620 ! !
   621 
   621 
   622 !WriteStream class methodsFor:'documentation'!
   622 !WriteStream class methodsFor:'documentation'!
   623 
   623 
   624 version
   624 version
   625     ^ '$Id: WriteStream.st 10602 2010-12-20 07:13:27Z vranyj1 $'
   625     ^ '$Id: WriteStream.st 10632 2011-04-09 17:19:04Z vranyj1 $'
   626 !
   626 !
   627 
   627 
   628 version_CVS
   628 version_CVS
   629     ^ 'Header: /cvs/stx/stx/libbasic/WriteStream.st,v 1.71 2009/10/05 09:19:55 cg Exp '
   629     ^ 'Header: /var/local/cvs/stx/libbasic/WriteStream.st,v 1.71 2009-10-05 09:19:55 cg Exp '
   630 !
   630 !
   631 
   631 
   632 version_SVN
   632 version_SVN
   633     ^ '$Id: WriteStream.st 10602 2010-12-20 07:13:27Z vranyj1 $'
   633     ^ '$Id: WriteStream.st 10632 2011-04-09 17:19:04Z vranyj1 $'
   634 ! !
   634 ! !
   635 
   635 
   636 
   636 
   637 
   637 
   638 
   638 
   639 
   639 
       
   640