| 81 | } |
| 82 | |
| 83 | void DataProcessing::setCompletionTime(const DateTime& completion_time) |
| 84 | { |
| 85 | completion_time_ = completion_time; |
| 86 | } |
| 87 | |
| 88 | const set<DataProcessing::ProcessingAction>& DataProcessing::getProcessingActions() const |
| 89 | { |
no outgoing calls
no test coverage detected