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

Method DownloadFile_RemoveFile

src/ExternalConn.cpp:2630–2638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2628}
2629
2630void ECNotifier::DownloadFile_RemoveFile(const CPartFile *file)
2631{
2632 for(std::map<CECServerSocket *, ECUpdateMsgSource **>::iterator i = m_msg_source.begin();
2633 i != m_msg_source.end(); ++i) {
2634 ECUpdateMsgSource **notifier_array = i->second;
2635 static_cast<ECPartFileMsgSource *>(notifier_array[EC_PARTFILE])->SetRemoved(file);
2636 }
2637 NextPacketToSocket();
2638}
2639
2640void ECNotifier::DownloadFile_RemoveSource(const CPartFile *)
2641{

Callers 1

DownloadCtrlRemoveFileFunction · 0.80

Calls 3

SetRemovedMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected