| 204 | } |
| 205 | |
| 206 | void XN_CALLBACK_TYPE XnJpegCodec::NodeConfigurationChangedCallback(ProductionNode& /*node*/, void* pCookie) |
| 207 | { |
| 208 | XnJpegCodec* pThis = (XnJpegCodec*)pCookie; |
| 209 | pThis->OnNodeConfigurationChanged(); |
| 210 | } |
| 211 | |
| 212 | /*********************/ |
| 213 | /* ExportedJpegCodec */ |
nothing calls this directly
no test coverage detected