MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / ~Net

Method ~Net

PanzerChasm/net/net.cpp:628–636  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628Net::~Net()
629{
630#ifdef _WIN32
631 if( successfully_started_ )
632 ::WSACleanup();
633#else
634 // TODO
635#endif
636}
637
638IConnectionPtr Net::ConnectToServer(
639 const InetAddress& address,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected