Searched refs:GetCurrentClient (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.h78 bool GetCurrentClient(CClientRef&) const;
H A DChatSelector.cpp343 bool CChatSelector::GetCurrentClient(CClientRef&) const function in class:CChatSelector
348 bool CChatSelector::GetCurrentClient(CClientRef& clientref) const function in class:CChatSelector
355 clientref.Link(theApp->clientlist->FindClientByIP(IP_FROM_GUI_ID(ci->m_client_id), PORT_FROM_GUI_ID(ci->m_client_id)) CLIENT_DEBUGSTRING("CChatSelector::GetCurrentClient"));
H A DChatWnd.cpp111 if (chatselector->GetCurrentClient(client) && client.IsFriend()) {
152 if (chatselector->GetCurrentClient(client) && !client.IsFriend()) {

Completed in 102 milliseconds