MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / Send

Method Send

src/tripwire/mailmessage.cpp:98–103  ·  view source on GitHub ↗

//////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

96
97///////////////////////////////////////////////////////////////////////////////
98bool cMailMessage::Send()
99{
100 // this is a pure virtual method. You should never end up here.
101 ASSERT(false);
102 return false;
103}
104
105
106///////////////////////////////////////////////////////////////////////////////

Callers 2

EmailReportToFunction · 0.45
SendEmailTestMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected