| 1489 | } |
| 1490 | |
| 1491 | void ProcedureSourceNode::collectStreams(SortedStreamList& streamList) const |
| 1492 | { |
| 1493 | RecordSourceNode::collectStreams(streamList); |
| 1494 | |
| 1495 | if (sourceList) |
| 1496 | sourceList->collectStreams(streamList); |
| 1497 | |
| 1498 | if (targetList) |
| 1499 | targetList->collectStreams(streamList); |
| 1500 | } |
| 1501 | |
| 1502 | |
| 1503 | //-------------------- |
no test coverage detected