# File lib/net/ssh/service/shell/driver.rb, line 59
          def initialize( log, shell_factory, sync_factory )
            @log = log
            @shell_factory = shell_factory
            @sync_factory = sync_factory
          end