diff options
author | Merov Linden <merov@lindenlab.com> | 2012-09-19 17:59:37 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-09-19 17:59:37 -0700 |
commit | f5fc2a9c3af23cc1aaf74e432eb3690d8d376d89 (patch) | |
tree | 29bcb29b40f9b6e2a839f1f1426c959dba1db21e /indra/newview/llspeakers.h | |
parent | fcb010e835d9b894ba6d1012ac8e3a85c5ab3400 (diff) |
CHUI-340 : WIP : Update time stamp for IM and voice utterance
Diffstat (limited to 'indra/newview/llspeakers.h')
-rw-r--r-- | indra/newview/llspeakers.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llspeakers.h b/indra/newview/llspeakers.h index 1c6f51e131..8ab08661d3 100644 --- a/indra/newview/llspeakers.h +++ b/indra/newview/llspeakers.h @@ -79,6 +79,15 @@ public: BOOL mModeratorMutedText; }; +class LLSpeakerUpdateSpeakerEvent : public LLOldEvents::LLEvent +{ +public: + LLSpeakerUpdateSpeakerEvent(LLSpeaker* source); + /*virtual*/ LLSD getValue(); +private: + const LLUUID& mSpeakerID; +}; + class LLSpeakerUpdateModeratorEvent : public LLOldEvents::LLEvent { public: |