| 409 | } |
| 410 | |
| 411 | void cmUVProcessChain::InternalData::Finish() |
| 412 | { |
| 413 | this->TempOutputPipe.reset(); |
| 414 | this->TempErrorPipe.reset(); |
| 415 | this->Valid = true; |
| 416 | } |
| 417 | |
| 418 | void cmUVProcessChain::InternalData::Terminate() |
| 419 | { |
no test coverage detected