diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-09-12 15:43:05 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2012-09-12 15:43:05 -0700 |
commit | ab43940f11b9690c1d3f6874241c66f200f84258 (patch) | |
tree | ce6ae5f4689eff5b3686ef64a24e420ac84cd0a9 /indra/newview/llconversationview.h | |
parent | 7b78e72bf148d20a402eadb8629bf15dc2f100a3 (diff) |
CHUI-283: Now the speaker icon and information icon are functional.
Diffstat (limited to 'indra/newview/llconversationview.h')
-rwxr-xr-x | indra/newview/llconversationview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llconversationview.h b/indra/newview/llconversationview.h index a7946f4d06..2ac6c999d6 100755 --- a/indra/newview/llconversationview.h +++ b/indra/newview/llconversationview.h @@ -89,9 +89,9 @@ public: }; virtual ~LLConversationViewParticipant( void ) { } - virtual void draw(); bool hasSameValue(const LLUUID& uuid) { return (uuid == mUUID); } virtual void refresh(); + void addToFolder(LLFolderViewFolder* folder); protected: friend class LLUICtrlFactory; @@ -102,9 +102,9 @@ protected: void onInfoBtnClick(); private: - LLButton* createProfileButton(); LLButton * mInfoBtn; - LLUUID mUUID; // UUID of the participant + LLOutputMonitorCtrl* mSpeakingIndicator; + LLUUID mUUID; // UUID of the participant }; #endif // LL_LLCONVERSATIONVIEW_H |