summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarlistitem.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-14 09:48:07 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-14 09:48:07 -0800
commit1a5e2be99c7b186135fdc541e9df71f337378397 (patch)
tree7becd7cb0e3753b9e52027763d79e496fc7df05a /indra/newview/llavatarlistitem.h
parente1105245371e7c34c1be7a772906d3c2f6ca258d (diff)
parentab935fbeee57b32f68503395d71d9366e65db73b (diff)
Merge from PE.
Diffstat (limited to 'indra/newview/llavatarlistitem.h')
-rw-r--r--indra/newview/llavatarlistitem.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llavatarlistitem.h b/indra/newview/llavatarlistitem.h
index 868ee546d4..f76ffb391d 100644
--- a/indra/newview/llavatarlistitem.h
+++ b/indra/newview/llavatarlistitem.h
@@ -74,6 +74,11 @@ public:
virtual ~LLAvatarListItem();
virtual BOOL postBuild();
+
+ /**
+ * Processes notification from speaker indicator to update children when indicator's visibility is changed.
+ */
+ virtual S32 notifyParent(const LLSD& info);
virtual void onMouseLeave(S32 x, S32 y, MASK mask);
virtual void onMouseEnter(S32 x, S32 y, MASK mask);
virtual void setValue(const LLSD& value);