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

Method UpdateNotesDat

src/amule.cpp:2319–2326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2317
2318
2319void CamuleApp::UpdateNotesDat(const wxString& url)
2320{
2321 wxString strTempFilename(thePrefs::GetConfigDir() + "nodes.dat.download");
2322
2323 CHTTPDownloadThread *downloader = new CHTTPDownloadThread(url, strTempFilename, thePrefs::GetConfigDir() + "nodes.dat", HTTP_NodesDat, true, false);
2324 downloader->Create();
2325 downloader->Run();
2326}
2327
2328
2329void CamuleApp::DisconnectED2K()

Callers 2

ProcessRequest2Method · 0.45

Calls 3

GetConfigDirFunction · 0.85
RunMethod · 0.80
CreateMethod · 0.45

Tested by

no test coverage detected