Searched refs:m_LinkedClient (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFriend.cpp70 if (m_LinkedClient != client) { // do nothing if already linked to this client
72 if (m_LinkedClient.IsLinked()) { // What, is already linked?
73 hadFriendslot = m_LinkedClient.GetFriendSlot();
76 m_LinkedClient = client;
77 m_LinkedClient.SetFriend(this);
80 m_LinkedClient.SetFriendSlot(true);
101 if (m_LinkedClient.IsLinked()) {
103 if (m_LinkedClient.GetFriendSlot()) {
104 m_LinkedClient.SetFriendSlot(false);
107 m_LinkedClient
[all...]
H A DFriend.h57 const CClientRef& GetLinkedClient() const { return m_LinkedClient; }
72 CClientRef m_LinkedClient; member in class:CFriend

Completed in 92 milliseconds