| 100 | } |
| 101 | |
| 102 | void FileTransferController::process() |
| 103 | { |
| 104 | _openSimulationProcessor->process(); |
| 105 | _saveSimulationProcessor->process(); |
| 106 | } |
| 107 | |
| 108 | void FileTransferController::shutdown() |
| 109 | { |
nothing calls this directly
no outgoing calls
no test coverage detected