MCPcopy Create free account
hub / github.com/bwapi/bwapi / release

Method release

bwapi/SNP_DirectIP/SNP/UDPSocket.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void UDPSocket::release() throw()
42{
43 if(_s)
44 {
45 ::closesocket(_s);
46 _s = NULL;
47 _bound = 0;
48 }
49}
50
51void UDPSocket::bind(int port)
52{

Callers 3

rebindFunction · 0.45
destroyMethod · 0.45
destroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected