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

Method GetCurrentClient

src/ChatSelector.cpp:343–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342#ifdef CLIENT_GUI
343bool CChatSelector::GetCurrentClient(CClientRef&) const
344{
345 return false;
346}
347#else
348bool CChatSelector::GetCurrentClient(CClientRef& clientref) const
349{

Callers 2

OnNMRclickChatTabMethod · 0.80
OnAddFriendMethod · 0.80

Calls 2

FindClientByIPMethod · 0.80
LinkMethod · 0.45

Tested by

no test coverage detected