** Function name: TJpg_Decoder ** Description: Constructor ***************************************************************************************/
| 18 | ** Description: Constructor |
| 19 | ***************************************************************************************/ |
| 20 | TJpg_Decoder::TJpg_Decoder() |
| 21 | { |
| 22 | // Setup a pointer to this class for static functions |
| 23 | thisPtr = this; |
| 24 | } |
| 25 | |
| 26 | /*************************************************************************************** |
| 27 | ** Function name: ~TJpg_Decoder |
nothing calls this directly
no outgoing calls
no test coverage detected