diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-10-28 14:21:36 +0200 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-10-28 14:21:36 +0200 |
commit | 33af464c441717db855651b70acc4b3636c649a0 (patch) | |
tree | 8655d1e0ee43392e5afda180ae2307434d4626a5 /indra/newview/llimfloater.h | |
parent | 2bb9751d0aee01b8911f57150fb1e5ea258d7bb4 (diff) |
Implemented major sub-task EXT-1904 (New IM floater should handle Session Update)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimfloater.h')
-rw-r--r-- | indra/newview/llimfloater.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llimfloater.h b/indra/newview/llimfloater.h index 3559e14c89..4097f11f56 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -88,6 +88,7 @@ public: void onVisibilityChange(const LLSD& new_visibility); void processIMTyping(const LLIMInfo* im_info, BOOL typing); + void processSessionUpdate(const LLSD& session_update); private: // process focus events to set a currently active session |