---------------------------------------------------------------------------
| 15 | } |
| 16 | //--------------------------------------------------------------------------- |
| 17 | MSocket::~MSocket() |
| 18 | { |
| 19 | if( !bNoDestroy ) Close(); |
| 20 | } |
| 21 | //--------------------------------------------------------------------------- |
| 22 | void MSocket::Initialize(MSocket * p)//SOCKET h, struct sockaddr_in * DestinationAddress) |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected