PipeStream.st
changeset 6439 0f841258ec4a
parent 6267 10016cc16511
child 6487 78c18e4cb6ff
equal deleted inserted replaced
6438:9df1edfc0b54 6439:0f841258ec4a
   383     "Created: 28.12.1995 / 14:54:30 / stefan"
   383     "Created: 28.12.1995 / 14:54:30 / stefan"
   384 ! !
   384 ! !
   385 
   385 
   386 !PipeStream methodsFor:'finalization'!
   386 !PipeStream methodsFor:'finalization'!
   387 
   387 
   388 disposed
   388 finalize
   389     "redefined to avoid blocking in close."
   389     "redefined to avoid blocking in close."
   390 
   390 
   391     self shutDown
   391     self shutDown
   392 ! !
   392 ! !
   393 
   393 
   707     binary := false.
   707     binary := false.
   708     Lobby register:self.
   708     Lobby register:self.
   709 
   709 
   710     "Modified: / 23.4.1996 / 17:05:59 / stefan"
   710     "Modified: / 23.4.1996 / 17:05:59 / stefan"
   711     "Modified: / 28.1.1998 / 14:47:34 / md"
   711     "Modified: / 28.1.1998 / 14:47:34 / md"
   712     "Created: / 19.5.1999 / 12:28:54 / cg"! !
   712     "Created: / 19.5.1999 / 12:28:54 / cg"
       
   713 ! !
   713 
   714 
   714 !PipeStream class methodsFor:'documentation'!
   715 !PipeStream class methodsFor:'documentation'!
   715 
   716 
   716 version
   717 version
   717     ^ '$Header: /cvs/stx/stx/libbasic/PipeStream.st,v 1.90 2001-12-10 16:27:44 cg Exp $'
   718     ^ '$Header: /cvs/stx/stx/libbasic/PipeStream.st,v 1.91 2002-03-04 14:20:44 stefan Exp $'
   718 ! !
   719 ! !
   719 PipeStream initialize!
   720 PipeStream initialize!