---------------------------------------------------------------------------
| 76 | } |
| 77 | //--------------------------------------------------------------------------- |
| 78 | __fastcall TSendmailThread::~TSendmailThread() |
| 79 | { |
| 80 | delete smtp; |
| 81 | smtp = NULL; |
| 82 | delete SSLIOHandler; |
| 83 | SSLIOHandler = NULL; |
| 84 | } |
| 85 | //--------------------------------------------------------------------------- |
| 86 | void __fastcall TSendmailThread::Execute() |
| 87 | { |
nothing calls this directly
no outgoing calls
no test coverage detected