summaryrefslogtreecommitdiff
path: root/indra/newview/llparticipantlist.h
diff options
context:
space:
mode:
authorDenis Serdjuk <dserduk@productengine.com>2009-12-18 15:35:51 +0200
committerDenis Serdjuk <dserduk@productengine.com>2009-12-18 15:35:51 +0200
commitbde0540ab5cea7ad4941a847094e0f8f0ff3e723 (patch)
tree9f3bc33b5160409e69790dcc5d2414a01d33e220 /indra/newview/llparticipantlist.h
parentd1a857de1f0bb3e7f38ffae6cd4901e188c37ba3 (diff)
implemented major task EXT-3509 User's own name should appear in the Group chat participant list
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llparticipantlist.h')
-rw-r--r--indra/newview/llparticipantlist.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llparticipantlist.h b/indra/newview/llparticipantlist.h
index bc6c6c2b50..72c413d188 100644
--- a/indra/newview/llparticipantlist.h
+++ b/indra/newview/llparticipantlist.h
@@ -229,6 +229,12 @@ class LLParticipantList
LLParticipantListMenu* mParticipantListMenu;
EParticipantSortOrder mSortOrder;
+ /*
+ * This field manages an adding a new avatar_id in the mAvatarList
+ * If true, then agent_id wont be added into mAvatarList
+ * Also by default this field is controlling a sort procedure, @c sort()
+ */
+ bool mExcludeAgent;
// boost::connections
boost::signals2::connection mAvatarListDoubleClickConnection;