Split get_output_handles() into get_io_parameters().
authorIain Patterson <me@iain.cx>
Sun, 26 Jan 2014 14:11:57 +0000 (14:11 +0000)
committerIain Patterson <me@iain.cx>
Sun, 26 Jan 2014 16:27:06 +0000 (16:27 +0000)
commit2f68d60ad478ec2bf14086b7ef3726824af462b8
tree950fb33041245b3e91fbcaa4f25e7483bcf813bd
parentb0a6672810ee06052dc3dcf268274d06f0e82a50
Split get_output_handles() into get_io_parameters().

Separate retrieving parameters from the registry and opening output
handles.

Restart throttling happens after calling get_output_handles(), so if the
service was throttled we'd end up with a useless console window
appearing during the pause.
io.cpp
io.h
registry.cpp
registry.h
service.cpp