MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Exit

Method Exit

sourcecommon/sendmail.cpp:109–118  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

107}
108//---------------------------------------------------------------------------
109void __fastcall TSendmailThread::Exit(void)
110{
111 if( SendmailThread )
112 {
113 SendmailThread->Terminate();
114 SendmailThread->WaitFor();
115 delete SendmailThread;
116 SendmailThread = NULL;
117 }
118}
119//---------------------------------------------------------------------------
120void __fastcall TSendmailThread::Send(TLetter * p)
121{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected