| 1489 | } |
| 1490 | |
| 1491 | void PiuContent_start(xsMachine *the) |
| 1492 | { |
| 1493 | PiuContent* self = PIU(Content, xsThis); |
| 1494 | xsAssert(self != NULL); |
| 1495 | PiuContentStart(self); |
| 1496 | } |
| 1497 | |
| 1498 | void PiuContent_stop(xsMachine *the) |
| 1499 | { |
nothing calls this directly
no test coverage detected