diff options
author | Mike Antipov <mantipov@productengine.com> | 2009-11-27 13:34:24 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2009-11-27 13:34:24 +0200 |
commit | e88219b5e363f9535ac1193b2041da35ba5dd702 (patch) | |
tree | 79373615380051a32d75ac37e857e02e40d2fb17 /indra/newview/llcallfloater.h | |
parent | 8b802a69c7c836e179336576df9de04a9cad5de3 (diff) |
Work on major sub-task EXT-2790 (Complete Voice Control Panel (floater) started by Lynx (LLVoiceControlPanel))
-- improved logic to update Participant List for session. Now it uses current voice channel.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llcallfloater.h')
-rw-r--r-- | indra/newview/llcallfloater.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llcallfloater.h b/indra/newview/llcallfloater.h index 0b86a6ee92..db33f17839 100644 --- a/indra/newview/llcallfloater.h +++ b/indra/newview/llcallfloater.h @@ -60,6 +60,10 @@ public: /*virtual*/ BOOL postBuild(); /*virtual*/ void onOpen(const LLSD& key); +private: + void updateSession(); + void setDefaultSession(); + void refreshPartisipantList(); private: LLSpeakerMgr* mSpeakerManager; |