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

Method CommunicatingSocket

tools/streamer_recorder/PracticalSocket.cpp:180–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178// CommunicatingSocket Code
179
180CommunicatingSocket::CommunicatingSocket(int type, int protocol)
181 throw(SocketException) : Socket(type, protocol) {
182}
183
184CommunicatingSocket::CommunicatingSocket(int newConnSD) : Socket(newConnSD) {
185}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected