Searched refs:GetLinkedClient (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFriendList.cpp86 CClientRef client = toremove->GetLinkedClient();
204 if (cur_friend->GetLinkedClient().IsLinked()) {
205 cur_friend->GetLinkedClient().SetFriendSlot(false);
214 CUpDownClient* client = cur_friend->GetLinkedClient().GetClient();
228 if (Friend && Friend->GetLinkedClient().IsLinked()) {
230 Friend->GetLinkedClient().SetFriendSlot(new_state);
239 CUpDownClient* client = Friend->GetLinkedClient().GetClient();
H A DFriendListCtrl.cpp96 SetItemTextColour(itemnr, toupdate->GetLinkedClient().IsLinked() ? *wxBLUE : *wxBLACK);
127 menu->Enable(MP_DETAIL, cur_friend->GetLinkedClient().IsLinked());
137 if (cur_friend->GetLinkedClient().IsLinked()) {
199 if (cur_friend->GetLinkedClient().IsLinked()) {
200 CClientDetailDialog(this, cur_friend->GetLinkedClient()).ShowModal();
H A DFriend.h57 const CClientRef& GetLinkedClient() const { return m_LinkedClient; } function in class:CFriend
H A DChatWnd.cpp182 if (toupdate->GetLinkedClient().IsLinked()) {
H A DECSpecialCoreTags.cpp374 const CClientRef& linkedClient = Friend->GetLinkedClient();

Completed in 403 milliseconds