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

Method LoadRemote

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

Source from the content-addressed store, hash-verified

824
825
826bool CPreferencesRem::LoadRemote()
827{
828 //
829 // override local settings with remote
830 CECPacket req(EC_OP_GET_PREFERENCES, EC_DETAIL_UPDATE);
831
832 // bring categories too
833 req.AddTag(CECTag(EC_TAG_SELECT_PREFS, m_exchange_recv_selected_prefs));
834
835 m_conn->SendRequest(this, &req);
836
837 return true;
838}
839
840
841void CPreferencesRem::SendToRemote()

Callers 1

OnECConnectionMethod · 0.80

Calls 3

SendRequestMethod · 0.80
CECTagClass · 0.70
AddTagMethod · 0.45

Tested by

no test coverage detected