added: #collectingStream:
authorClaus Gittinger <cg@exept.de>
Tue, 02 Nov 2010 12:52:44 +0100
changeset 2433 5ccfab20dcf5
parent 2432 0f5bf994c828
child 2434 d4382efb6b9b
added: #collectingStream:
CompilationErrorHandler.st
--- a/CompilationErrorHandler.st	Tue Oct 26 10:21:29 2010 +0200
+++ b/CompilationErrorHandler.st	Tue Nov 02 12:52:44 2010 +0100
@@ -111,6 +111,12 @@
 
 !CompilationErrorHandler methodsFor:'private-accessing'!
 
+collectingStream:aStream
+    myStream := aStream
+
+    "Created: / 02-11-2010 / 12:51:48 / cg"
+!
+
 reader:aStream
     myStream := aStream
 ! !
@@ -118,9 +124,9 @@
 !CompilationErrorHandler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.8 2009-10-12 07:48:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.9 2010-11-02 11:52:44 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.8 2009-10-12 07:48:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/CompilationErrorHandler.st,v 1.9 2010-11-02 11:52:44 cg Exp $'
 ! !