MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / cleanUp

Method cleanUp

tools/streamer_recorder/PracticalSocket.cpp:160–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void Socket::cleanUp() throw(SocketException) {
161 #ifdef WIN32
162 if (WSACleanup() != 0) {
163 throw SocketException("WSACleanup() failed");
164 }
165 #endif
166}
167
168unsigned short Socket::resolveService(const string &service,
169 const string &protocol) {

Callers

nothing calls this directly

Calls 1

SocketExceptionClass · 0.85

Tested by

no test coverage detected