---------------------------------------------------------------------------
| 7 | |
| 8 | //--------------------------------------------------------------------------- |
| 9 | TLetter::TLetter() |
| 10 | { |
| 11 | port = 25; |
| 12 | ssl = 0; |
| 13 | callback = NULL; |
| 14 | closure = NULL; |
| 15 | data = NULL; |
| 16 | } |
| 17 | //--------------------------------------------------------------------------- |
| 18 | void TLetter::operator = (TLetter & l) |
| 19 | { |
nothing calls this directly
no outgoing calls
no test coverage detected