From a87e38229921b48c32187c672a942516722f1b52 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 11 Jan 2009 16:10:39 -0600 Subject: Second Life viewer sources 1.22.5-RC --- linden/indra/newview/llnotify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/llnotify.h') diff --git a/linden/indra/newview/llnotify.h b/linden/indra/newview/llnotify.h index 95d61eb..6c598e1 100644 --- a/linden/indra/newview/llnotify.h +++ b/linden/indra/newview/llnotify.h @@ -4,7 +4,7 @@ * * $LicenseInfo:firstyear=2003&license=viewergpl$ * - * Copyright (c) 2003-2008, Linden Research, Inc. + * Copyright (c) 2003-2009, Linden Research, Inc. * * Second Life Viewer Source Code * The source code in this file ("Source Code") is provided by Linden Lab -- cgit v1.1 From 0ef11cf31364456ec247b0fc7ad8f6d1de408400 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Wed, 28 Jan 2009 20:04:52 -0600 Subject: Second Life viewer sources 1.22.6-RC --- linden/indra/newview/llnotify.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linden/indra/newview/llnotify.h') 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: // Walks the list and removes any stacked messages for which the given matcher returns TRUE. // Useful when muting people and things in order to clear out any similar previously queued messages. void purgeMessagesMatching(const Matcher& matcher); + +private: + bool isGroupNotifyBox(const LLView* view) const ; }; // This view contains the stack of notification windows. -- cgit v1.1