<<>> <> <> <> <> <> DIRECTORY IO USING [STREAM]; FanoutStream: CEDAR DEFINITIONS ~ BEGIN <> Create: PROC [reportErrors: BOOL ¬ FALSE, forwardClose: BOOL ¬ FALSE] RETURNS [master: IO.STREAM]; <> <> <> <<>> AddSlave: PROC [master: IO.STREAM, slave: IO.STREAM]; <> <> <<>> RemoveSlave: PROC [master: IO.STREAM, slave: IO.STREAM]; <> END.