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

Method TLetter

sourcecommon/letter.cpp:9–16  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

7
8//---------------------------------------------------------------------------
9TLetter::TLetter()
10{
11 port = 25;
12 ssl = 0;
13 callback = NULL;
14 closure = NULL;
15 data = NULL;
16}
17//---------------------------------------------------------------------------
18void TLetter::operator = (TLetter & l)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected