aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterfriends.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llfloaterfriends.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterfriends.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/linden/indra/newview/llfloaterfriends.h b/linden/indra/newview/llfloaterfriends.h
index 6e0ce78..6ce57f6 100644
--- a/linden/indra/newview/llfloaterfriends.h
+++ b/linden/indra/newview/llfloaterfriends.h
@@ -41,7 +41,8 @@
41 41
42class LLFriendObserver; 42class LLFriendObserver;
43class LLRelationship; 43class LLRelationship;
44 44class LLScrollListItem;
45class LLScrollListCtrl;
45 46
46/** 47/**
47 * @class LLPanelFriends 48 * @class LLPanelFriends
@@ -100,8 +101,8 @@ private:
100 void refreshUI(); 101 void refreshUI();
101 void refreshRightsChangeList(); 102 void refreshRightsChangeList();
102 void applyRightsToFriends(); 103 void applyRightsToFriends();
103 void addFriend(const std::string& name, const LLUUID& agent_id); 104 BOOL addFriend(const LLUUID& agent_id);
104 void updateFriendItem(LLScrollListItem* itemp, const LLRelationship* relationship); 105 BOOL updateFriendItem(const LLUUID& agent_id, const LLRelationship* relationship);
105 106
106 typedef enum 107 typedef enum
107 { 108 {
@@ -138,7 +139,7 @@ private:
138 LLFriendObserver* mObserver; 139 LLFriendObserver* mObserver;
139 LLUUID mAddFriendID; 140 LLUUID mAddFriendID;
140 LLString mAddFriendName; 141 LLString mAddFriendName;
141 LLScrollListCtrl* mFriendsList; 142 LLScrollListCtrl* mFriendsList;
142 BOOL mShowMaxSelectWarning; 143 BOOL mShowMaxSelectWarning;
143 BOOL mAllowRightsChange; 144 BOOL mAllowRightsChange;
144 S32 mNumRightsChanged; 145 S32 mNumRightsChanged;