-------------------------------------------------------------------------
| 61 | |
| 62 | //------------------------------------------------------------------------- |
| 63 | Process::Process(const StartInfo& startInfo) |
| 64 | : startInfo_(startInfo) |
| 65 | { |
| 66 | } |
| 67 | |
| 68 | //------------------------------------------------------------------------- |
| 69 | Process::~Process() |
nothing calls this directly
no outgoing calls
no test coverage detected