summaryrefslogtreecommitdiff
path: root/indra/newview/llsyswellwindow.h
diff options
context:
space:
mode:
authorEugene Mutavchi <emutavchi@productengine.com>2009-12-18 14:01:18 +0200
committerEugene Mutavchi <emutavchi@productengine.com>2009-12-18 14:01:18 +0200
commit5f237f8559da76d3c2fd6251b324360fcf25515f (patch)
tree4c3377582e2f5589fd18640b97eb0b03f0701e8b /indra/newview/llsyswellwindow.h
parent2a49de3befff5e2b48a273f70a21f525b50a189c (diff)
Implemented major sub-task EXT-3525 (Context menu for Notifications well)
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.h')
-rw-r--r--indra/newview/llsyswellwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h
index 736b1b9fb4..5f2c2ba501 100644
--- a/indra/newview/llsyswellwindow.h
+++ b/indra/newview/llsyswellwindow.h
@@ -147,6 +147,9 @@ public:
// Operating with items
void addItem(LLSysWellItem::Params p);
+ // Closes all notifications and removes them from the Notification Well
+ void closeAll();
+
protected:
/*virtual*/ const std::string& getAnchorViewName() { return NOTIFICATION_WELL_ANCHOR_NAME; }