aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnotify.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-01-28 20:04:52 -0600
committerJacek Antonelli2009-01-28 20:05:02 -0600
commit0ef11cf31364456ec247b0fc7ad8f6d1de408400 (patch)
tree50754b286468147a70271253a2a74215c80e1354 /linden/indra/newview/llnotify.h
parentSecond Life viewer sources 1.22.5-RC (diff)
downloadmeta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.zip
meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.gz
meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.bz2
meta-impy-0ef11cf31364456ec247b0fc7ad8f6d1de408400.tar.xz
Second Life viewer sources 1.22.6-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llnotify.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llnotify.h b/linden/indra/newview/llnotify.h
index 6c598e1..a653d19 100644
--- a/linden/indra/newview/llnotify.h
+++ b/linden/indra/newview/llnotify.h
@@ -179,6 +179,9 @@ public:
179 // Walks the list and removes any stacked messages for which the given matcher returns TRUE. 179 // Walks the list and removes any stacked messages for which the given matcher returns TRUE.
180 // Useful when muting people and things in order to clear out any similar previously queued messages. 180 // Useful when muting people and things in order to clear out any similar previously queued messages.
181 void purgeMessagesMatching(const Matcher& matcher); 181 void purgeMessagesMatching(const Matcher& matcher);
182
183private:
184 bool isGroupNotifyBox(const LLView* view) const ;
182}; 185};
183 186
184// This view contains the stack of notification windows. 187// This view contains the stack of notification windows.