---------------------------------------------------------------------------
| 107 | } |
| 108 | //--------------------------------------------------------------------------- |
| 109 | void __fastcall TSendmailThread::Exit(void) |
| 110 | { |
| 111 | if( SendmailThread ) |
| 112 | { |
| 113 | SendmailThread->Terminate(); |
| 114 | SendmailThread->WaitFor(); |
| 115 | delete SendmailThread; |
| 116 | SendmailThread = NULL; |
| 117 | } |
| 118 | } |
| 119 | //--------------------------------------------------------------------------- |
| 120 | void __fastcall TSendmailThread::Send(TLetter * p) |
| 121 | { |
nothing calls this directly
no outgoing calls
no test coverage detected