summaryrefslogtreecommitdiff
path: root/indra/newview/llspeakers.h
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-05-29 10:22:46 -0700
committerRider Linden <rider@lindenlab.com>2015-05-29 10:22:46 -0700
commit4fb588187106b18724d730e6235fc57454744341 (patch)
treec0fb4c875617e22ee4b6cd3a9e2332ea721153f9 /indra/newview/llspeakers.h
parentaa47516e895fcc6c2ee8f43ee94e4be73a92a9da (diff)
Set media viewer mime probe to follow redirection.
Coroutines for group moderation.
Diffstat (limited to 'indra/newview/llspeakers.h')
-rwxr-xr-xindra/newview/llspeakers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llspeakers.h b/indra/newview/llspeakers.h
index 0e69184125..1f3b2f584c 100755
--- a/indra/newview/llspeakers.h
+++ b/indra/newview/llspeakers.h
@@ -30,6 +30,8 @@
#include "llevent.h"
#include "lleventtimer.h"
#include "llvoicechannel.h"
+#include "lleventcoro.h"
+#include "llcoros.h"
class LLSpeakerMgr;
@@ -333,6 +335,8 @@ protected:
*/
void forceVoiceModeratedMode(bool should_be_muted);
+ void moderationActionCoro(LLCoros::self& self, std::string url, LLSD action);
+
};
class LLActiveSpeakerMgr : public LLSpeakerMgr, public LLSingleton<LLActiveSpeakerMgr>