diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-12 10:55:19 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-05-12 10:55:19 +0100 |
commit | 7059173aa920e9c8d1939a0ec9558fc79cbfb3ed (patch) | |
tree | 1e66e2083ad73fcdbc0a76ecf95c33fb20bc63ee /indra/newview/llimfloater.h | |
parent | 489a5eb9e20256da64749e85254b9511e0919607 (diff) | |
parent | 9ab4d2ca8be2edcafa6cdfc3bd774ebaed444dc8 (diff) |
merge from PE's viewer-trunk
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index f9dd8b9b85..d63246a5cd 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -50,6 +50,7 @@ class LLInventoryCategory; */ class LLIMFloater : public LLTransientDockableFloater { + LOG_CLASS(LLIMFloater); public: LLIMFloater(const LLUUID& session_id); @@ -120,6 +121,10 @@ public: virtual LLTransientFloaterMgr::ETransientGroup getGroup() { return LLTransientFloaterMgr::IM; } +protected: + /* virtual */ + void onClickCloseBtn(); + private: // process focus events to set a currently active session /* virtual */ void onFocusLost(); |