//////////////////////////////////////////////////////////////////////////
| 96 | |
| 97 | /////////////////////////////////////////////////////////////////////////////// |
| 98 | bool 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 | /////////////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected