| 626 | } |
| 627 | |
| 628 | Net::~Net() |
| 629 | { |
| 630 | #ifdef _WIN32 |
| 631 | if( successfully_started_ ) |
| 632 | ::WSACleanup(); |
| 633 | #else |
| 634 | // TODO |
| 635 | #endif |
| 636 | } |
| 637 | |
| 638 | IConnectionPtr Net::ConnectToServer( |
| 639 | const InetAddress& address, |
nothing calls this directly
no outgoing calls
no test coverage detected