| 307 | } |
| 308 | |
| 309 | void IPLProcess::notifyOutputsChangedEventHandler() |
| 310 | { |
| 311 | if(_outputsHandler != NULL) |
| 312 | { |
| 313 | _outputsHandler->outputsChanged(this); |
| 314 | } |
| 315 | } |
| 316 | |
| 317 | IPLProcessPropertyMap *IPLProcess::properties() |
| 318 | { |
nothing calls this directly
no test coverage detected