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

Method UpdateNotesDat

src/amule-remote-gui.cpp:718–724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

716
717
718void CamuleRemoteGuiApp::UpdateNotesDat(const wxString& url)
719{
720 CECPacket req(EC_OP_KAD_UPDATE_FROM_URL);
721 req.AddTag(CECTag(EC_TAG_KADEMLIA_UPDATE_URL, url));
722
723 m_connect->SendPacket(&req);
724}
725
726
727void CamuleRemoteGuiApp::DisconnectED2K() {

Callers

nothing calls this directly

Calls 3

CECTagClass · 0.70
AddTagMethod · 0.45
SendPacketMethod · 0.45

Tested by

no test coverage detected