summaryrefslogtreecommitdiff
path: root/indra/newview/llchannelmanager.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-11 14:26:56 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-11 14:26:56 +0200
commit5aecd0b93f6d79ef447aca241b082f0fb468d78b (patch)
tree81dd8069b29ffaf5a468c5c32d3cf6415481fdb8 /indra/newview/llchannelmanager.h
parentce621eafd8a115cc6c13a124453bbbda1bc43e13 (diff)
parent4fc7b91a795fb4ad0eaf3b6c7a1779679889fcbf (diff)
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchannelmanager.h')
-rw-r--r--indra/newview/llchannelmanager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llchannelmanager.h b/indra/newview/llchannelmanager.h
index 4b66a1ef89..c2be39122f 100644
--- a/indra/newview/llchannelmanager.h
+++ b/indra/newview/llchannelmanager.h
@@ -109,6 +109,11 @@ public:
*/
void muteAllChannels(bool mute);
+ /**
+ * Kills matched toasts from specified toast screen channel.
+ */
+ void killToastsFromChannel(const LLUUID& channel_id, const LLScreenChannel::Matcher& matcher);
+
private:
LLScreenChannel* createChannel(LLChannelManager::Params& p);