aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llmutelist.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-06-01 00:27:32 -0500
committerJacek Antonelli2009-06-01 01:16:57 -0500
commitc3f2d6b01a3fb000f9d76de92e109c29efa75a6d (patch)
tree9f4381393e8894abdb6569f79116b05bbe812595 /linden/indra/newview/llmutelist.h
parentAdded a confirmation dialog for Take Off All Clothes. (diff)
downloadmeta-impy-c3f2d6b01a3fb000f9d76de92e109c29efa75a6d.zip
meta-impy-c3f2d6b01a3fb000f9d76de92e109c29efa75a6d.tar.gz
meta-impy-c3f2d6b01a3fb000f9d76de92e109c29efa75a6d.tar.bz2
meta-impy-c3f2d6b01a3fb000f9d76de92e109c29efa75a6d.tar.xz
Added confirmation dialogs for Mute from pie menu.
Dialog is for muting avatars and objects from the pie menu only.
Diffstat (limited to 'linden/indra/newview/llmutelist.h')
-rw-r--r--linden/indra/newview/llmutelist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/newview/llmutelist.h b/linden/indra/newview/llmutelist.h
index 400f13e..d66dd17 100644
--- a/linden/indra/newview/llmutelist.h
+++ b/linden/indra/newview/llmutelist.h
@@ -102,6 +102,11 @@ public:
102 void addObserver(LLMuteListObserver* observer); 102 void addObserver(LLMuteListObserver* observer);
103 void removeObserver(LLMuteListObserver* observer); 103 void removeObserver(LLMuteListObserver* observer);
104 104
105
106 void addMuteAgentConfirm( const LLMute &mute );
107 void addMuteObjectConfirm( const LLMute &mute );
108 static void addMuteCallback(S32 option, void *userdata);
109
105 // Add either a normal or a BY_NAME mute, for any or all properties. 110 // Add either a normal or a BY_NAME mute, for any or all properties.
106 BOOL add(const LLMute& mute, U32 flags = 0); 111 BOOL add(const LLMute& mute, U32 flags = 0);
107 112