########################################### Proxy Calls ########################################### ///
| 152 | |
| 153 | /// ########################################### Proxy Calls ########################################### /// |
| 154 | void SourceProxy::cancelTask(size_t id) |
| 155 | { |
| 156 | m_source->cancelTask(id); |
| 157 | } |
| 158 | |
| 159 | WorklistSourceInterface::SourceType SourceProxy::getSourceType(void) |
| 160 | { |
nothing calls this directly
no outgoing calls
no test coverage detected