summaryrefslogtreecommitdiff
path: root/indra/newview/llconversationview.h
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-01-23 10:23:16 +0200
committermberezhnoy <mberezhnoy@productengine.com>2013-01-23 10:23:16 +0200
commit651f230500646dfcd695a9caa0650f81fa29b9bf (patch)
tree6be2278bf48218c9e25139ccf197623bb4873b79 /indra/newview/llconversationview.h
parent40c88de2c0525ec72b41e40b5f5b48fdf295aba2 (diff)
CHUI-678 (Voice indicators not shown for participants in torn off conference conversations)
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-xindra/newview/llconversationview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h
index 5f6acfb9ab..f2fa2fb042 100755
--- a/indra/newview/llconversationview.h
+++ b/indra/newview/llconversationview.h
@@ -102,6 +102,8 @@ private:
bool mCollapsedMode;
bool mHasArrow;
+ bool mIsInActiveVoiceChannel;
+
LLVoiceClientStatusObserver* mVoiceClientObserver;
boost::signals2::connection mActiveVoiceChannelConnection;
@@ -137,6 +139,8 @@ public:
/*virtual*/ S32 getLabelXPos();
+ void hideSpeakingIndicator();
+
protected:
friend class LLUICtrlFactory;
LLConversationViewParticipant( const Params& p );