Comment out ssh to localhost example.

This commit is contained in:
Kevin Tew 2012-03-08 21:50:14 -07:00
parent 4c9738effe
commit c46cdf63bc

View File

@ -322,10 +322,11 @@ a @racket[(send parent process-died this)] call.
} }
} }
@examples[ #:eval evaler @;{@examples[ #:eval evaler
(new spawned-process% [cmdline-list (new spawned-process% [cmdline-list
(list (ssh-bin-path) "localhost" (racket-path) "-tm" distributed-launch-path "spawn" (->string 6340))]) (list (ssh-bin-path) "localhost" (racket-path) "-tm" distributed-launch-path "spawn" (->string 6340))])
] ]
}
@defclass[place-socket-bridge% object% (event-container<%>) @defclass[place-socket-bridge% object% (event-container<%>)
(defmethod (get-sc-id) exact-positive-integer?) ]{ (defmethod (get-sc-id) exact-positive-integer?) ]{