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

Method sync

sourcecommon/sendmail.cpp:229–239  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

227}
228//---------------------------------------------------------------------------
229void __fastcall TSendmailThread::sync(void)
230{
231 try
232 {
233 if( SyncLetter->callback)
234 SyncLetter->callback(SyncLetter);
235 if( SyncLetter->closure )
236 SyncLetter->closure(SyncLetter);
237 }
238 catch(...) {}
239}
240//---------------------------------------------------------------------------
241

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected