diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-18 18:41:14 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-18 18:41:14 +0200 |
commit | 216726dd23ef925f5bd6cccbdeb09cfca5400a7a (patch) | |
tree | 030b774f82193719f5358b254d7496795974f35e /indra/newview/llsyswellwindow.h | |
parent | 8083feada1b4dc047e4da995c1a6c695d99d3fc0 (diff) |
Implemented major sub-task EXT-3524 (Context menu for IM well)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.h')
-rw-r--r-- | indra/newview/llsyswellwindow.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h index 0b95c8decd..6cfa25b84d 100644 --- a/indra/newview/llsyswellwindow.h +++ b/indra/newview/llsyswellwindow.h @@ -199,6 +199,8 @@ public: void addIMRow(const LLUUID& session_id); bool hasIMRow(const LLUUID& session_id); + void closeAll(); + protected: /*virtual*/ const std::string& getAnchorViewName() { return IM_WELL_ANCHOR_NAME; } @@ -208,7 +210,8 @@ private: void addIMRow(const LLUUID& sessionId, S32 chicletCounter, const std::string& name, const LLUUID& otherParticipantId); void delIMRow(const LLUUID& sessionId); - + bool confirmCloseAll(const LLSD& notification, const LLSD& response); + void closeAllImpl(); /** * Scrolling row panel. |