summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarlist.h
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-02-24 11:59:38 +0200
committerMike Antipov <mantipov@productengine.com>2010-02-24 11:59:38 +0200
commita4589431d9db0cb63e79266bb40c010467b624c4 (patch)
tree9dd2b830ea5e0c1b75df65207ddb41ef1f244a1c /indra/newview/llavatarlist.h
parent1d45b1edcd3570b27622c0e99cf0bd5aee331cc1 (diff)
parent2ad421cef67b12fad0f854b252f9d4d4e9025fd4 (diff)
Merge to tip
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llavatarlist.h')
-rw-r--r--indra/newview/llavatarlist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llavatarlist.h b/indra/newview/llavatarlist.h
index aeed4fee08..0e4215e91a 100644
--- a/indra/newview/llavatarlist.h
+++ b/indra/newview/llavatarlist.h
@@ -78,6 +78,8 @@ public:
bool contains(const LLUUID& id);
void setContextMenu(LLAvatarListItem::ContextMenu* menu) { mContextMenu = menu; }
+ void setSessionID(const LLUUID& session_id) { mSessionID = session_id; }
+ const LLUUID& getSessionID() { return mSessionID; }
void toggleIcons();
void setSpeakingIndicatorsVisible(bool visible);
@@ -119,6 +121,7 @@ private:
std::string mIconParamName;
std::string mNameFilter;
uuid_vector_t mIDs;
+ LLUUID mSessionID;
LLAvatarListItem::ContextMenu* mContextMenu;