MCPcopy Create free account
hub / github.com/amule-project/amule / SetClient

Method SetClient

src/ClientTCPSocket.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173
174void CClientTCPSocket::SetClient(CUpDownClient* pClient)
175{
176 m_client = pClient;
177 if (m_client) {
178 m_client->SetSocket( this );
179 }
180}
181
182
183void CClientTCPSocket::OnClose(int nErrorCode)

Callers

nothing calls this directly

Calls 1

SetSocketMethod · 0.80

Tested by

no test coverage detected