diff options
author | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-06 14:49:35 +0200 |
---|---|---|
committer | Eugene Kondrashev <ekondrashev@productengine.com> | 2009-11-06 14:49:35 +0200 |
commit | bc3377c1f6ed295afd7636d907702976adfd846d (patch) | |
tree | bde030c8229a202b303932c6edc4cfae72504b99 /indra/newview/llimfloater.h | |
parent | 02608052592eb47aea7c8856e85d64aec086d658 (diff) |
Partial implementation of EXT-1906 All speakers handling functional in old IM Floaters (Communicate) should be present in new IM Floaters/IM control panels, EXCLUDING voice related mute/moderation stuff
--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 f5edb3188a..065441b188 100644 --- a/indra/newview/llimfloater.h +++ b/indra/newview/llimfloater.h @@ -90,6 +90,7 @@ public: void onVisibilityChange(const LLSD& new_visibility); void processIMTyping(const LLIMInfo* im_info, BOOL typing); + void processAgentListUpdates(const LLSD& body); void processSessionUpdate(const LLSD& session_update); BOOL handleDragAndDrop(S32 x, S32 y, MASK mask, |