From e2655d4c4b38ad2336ad136a057d315e31195080 Mon Sep 17 00:00:00 2001 From: Palmer Truelson Date: Fri, 26 Jun 2009 12:17:35 +0000 Subject: DEV-34569 new --nonotifications command line option for automated testing Reviewed by Q --- indra/llui/llnotifications.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/llui/llnotifications.h') diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index b749724b4e..512886790c 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -870,6 +870,9 @@ public: std::string getGlobalString(const std::string& key) const; + void setIgnoreAllNotifications(bool ignore); + bool getIgnoreAllNotifications(); + private: // we're a singleton, so we don't have a public constructor LLNotifications(); @@ -898,6 +901,8 @@ private: typedef std::map GlobalStringMap; GlobalStringMap mGlobalStrings; + + bool mIgnoreAllNotifications; }; -- cgit v1.2.3