summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterfriends.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llfloaterfriends.h')
-rw-r--r--indra/newview/llfloaterfriends.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/newview/llfloaterfriends.h b/indra/newview/llfloaterfriends.h
index 211c6cf487..d934faa616 100644
--- a/indra/newview/llfloaterfriends.h
+++ b/indra/newview/llfloaterfriends.h
@@ -38,6 +38,7 @@
#include "llstring.h"
#include "lluuid.h"
#include "lltimer.h"
+#include "llcallingcard.h"
class LLFriendObserver;
class LLRelationship;
@@ -96,8 +97,9 @@ private:
// protected members
typedef std::map<LLUUID, S32> rights_map_t;
- void reloadNames();
- void refreshNames();
+ void refreshNames(U32 changed_mask);
+ BOOL refreshNamesSync(const LLAvatarTracker::buddy_map_t & all_buddies);
+ BOOL refreshNamesPresence(const LLAvatarTracker::buddy_map_t & all_buddies);
void refreshUI();
void refreshRightsChangeList();
void applyRightsToFriends();