diff options
| author | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-18 14:57:26 +0200 |
|---|---|---|
| committer | Yuri Chebotarev <ychebotarev@productengine.com> | 2009-12-18 14:57:26 +0200 |
| commit | d1a857de1f0bb3e7f38ffae6cd4901e188c37ba3 (patch) | |
| tree | af3d2d919b3281460f39a59dc7ce6ca155b50256 /indra/newview/llsyswellwindow.h | |
| parent | 198587423d0eb343c6091d9af97e4ad12860166e (diff) | |
| parent | 5f237f8559da76d3c2fd6251b324360fcf25515f (diff) | |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.h')
| -rw-r--r-- | indra/newview/llsyswellwindow.h | 3 |
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; } |
