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

Method ProcessSharedFileList

src/BaseClient.cpp:1978–1984  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1976
1977
1978void CUpDownClient::ProcessSharedFileList(const uint8_t* pachPacket, uint32 nSize, wxString& pszDirectory)
1979{
1980 if (m_iFileListRequested > 0) {
1981 m_iFileListRequested--;
1982 theApp->searchlist->ProcessSharedFileList(pachPacket, nSize, this, NULL, pszDirectory);
1983 }
1984}
1985
1986
1987void CUpDownClient::ResetFileStatusInfo()

Callers 1

ProcessPacketMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected