diff options
author | Anchor <none@none> | 2019-05-10 12:22:29 -0600 |
---|---|---|
committer | Anchor <none@none> | 2019-05-10 12:22:29 -0600 |
commit | 504a138cb147f6a01573c7c6453a411c330e5f73 (patch) | |
tree | 5a89d6ff115263c9e0764f94122a86dee099b718 /indra/newview/llconversationview.h | |
parent | f9f129f93d8eab94e58ff2229a13d68bee23f959 (diff) | |
parent | 34322f8f37380df868703051230f2a4109602b3f (diff) |
Merge
Diffstat (limited to 'indra/newview/llconversationview.h')
-rw-r--r-- | indra/newview/llconversationview.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index 5a74974302..420c250dfe 100644 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -90,6 +90,7 @@ public: void setHighlightState(bool hihglight_state); LLFloater* getSessionFloater(); + bool isInActiveVoiceChannel() { return mIsInActiveVoiceChannel; } private: @@ -136,6 +137,7 @@ public: virtual ~LLConversationViewParticipant( void ); bool hasSameValue(const LLUUID& uuid) { return (uuid == mUUID); } + /*virtual*/ void refresh(); void addToFolder(LLFolderViewFolder* folder); void addToSession(const LLUUID& session_id); @@ -144,7 +146,7 @@ public: /*virtual*/ S32 getLabelXPos(); /*virtual*/ BOOL handleMouseDown( S32 x, S32 y, MASK mask ); - void hideSpeakingIndicator(); + void allowSpeakingIndicator(bool val); protected: friend class LLUICtrlFactory; |