| 1283 | } |
| 1284 | |
| 1285 | PolyHandler* DspNetwork::getPolyHandler() |
| 1286 | { |
| 1287 | if (auto pn = getParentNetwork()) |
| 1288 | return pn->getPolyHandler(); |
| 1289 | |
| 1290 | return &polyHandler; |
| 1291 | } |
| 1292 | |
| 1293 | const PolyHandler* DspNetwork::getPolyHandler() const |
| 1294 | { |
no outgoing calls