| 535 | } |
| 536 | |
| 537 | ~ProcessData() |
| 538 | { |
| 539 | if (initialized) { |
| 540 | comm.sendSignal(CommunicationManager::SHOULD_END); |
| 541 | proc.endProcess(); |
| 542 | comm.shutdown(); |
| 543 | comm.shutDownThread(); |
| 544 | } |
| 545 | } |
| 546 | }; |
| 547 | |
| 548 |
nothing calls this directly
no test coverage detected