Searched refs:CFriendList (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.cpp39 CFriendList::CFriendList() function in class:CFriendList
43 CFriendList::~CFriendList()
51 void CFriendList::AddFriend(CFriend* toadd, bool notify)
61 void CFriendList::AddFriend(const CMD4Hash& userhash, uint32 lastUsedIP, uint32 lastUsedPort, const wxString& name, uint32 lastSeen, uint32 lastChatted)
70 void CFriendList::AddFriend(const CClientRef& toadd)
83 void CFriendList::RemoveFriend(CFriend* toremove)
101 void CFriendList::LoadList()
133 void CFriendList
[all...]
H A DFriendList.h37 class CFriendList class
41 CFriendList();
42 ~CFriendList();
H A Damule.h62 class CFriendList;
257 CFriendList* friendlist;
H A Damule.cpp59 #include "FriendList.h" // Needed for CFriendList
503 friendlist = new CFriendList();
H A DExternalConn.cpp708 for (CFriendList::const_iterator it = theApp->friendlist->begin(); it != theApp->friendlist->end(); it++) {

Completed in 141 milliseconds