| 1331 | |
| 1332 | |
| 1333 | void *NDCCHL1EncoderServiceLoopAdapter(NDCCHL1Encoder* gen) |
| 1334 | { |
| 1335 | gen->serviceLoop(); |
| 1336 | // DONTREACH |
| 1337 | return NULL; |
| 1338 | } |
| 1339 | |
| 1340 | void NDCCHL1Encoder::serviceLoop() |
| 1341 | { |
nothing calls this directly
no test coverage detected