---------------------------------------------------------------------------
| 79 | |
| 80 | //--------------------------------------------------------------------------- |
| 81 | void __fastcall DownloadInstallerThread::Error() |
| 82 | { |
| 83 | Parent->Error(); |
| 84 | } |
| 85 | |
| 86 | //--------------------------------------------------------------------------- |
| 87 | void __fastcall DownloadInstallerThread::Finalize() |
nothing calls this directly
no outgoing calls
no test coverage detected