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

Method CUpDownClient

src/BaseClient.cpp:98–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98CUpDownClient::CUpDownClient(CClientTCPSocket* sender)
99{
100#ifdef __DEBUG__
101 m_socket = NULL;
102 SetSocket(sender);
103#else
104 m_socket = sender;
105#endif
106 Init();
107}
108
109CUpDownClient::CUpDownClient(uint16 in_port, uint32 in_userid, uint32 in_serverip, uint16 in_serverport, CPartFile* in_reqfile, bool ed2kID, bool checkfriend)
110{

Callers

nothing calls this directly

Calls 4

IsLowIDFunction · 0.85
FindFriendMethod · 0.80
LinkClientMethod · 0.80
CMD4HashClass · 0.70

Tested by

no test coverage detected