Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
174
void CClientTCPSocket::SetClient(CUpDownClient* pClient)
175
{
176
m_client = pClient;
177
if (m_client) {
178
m_client->SetSocket( this );
179
}
180
}
181
182
183
void CClientTCPSocket::OnClose(int nErrorCode)
Callers
nothing calls this directly
Calls
1
SetSocket
Method · 0.80
Tested by
no test coverage detected