From e88219b5e363f9535ac1193b2041da35ba5dd702 Mon Sep 17 00:00:00 2001 From: Mike Antipov Date: Fri, 27 Nov 2009 13:34:24 +0200 Subject: 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 --- indra/newview/llcallfloater.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/newview/llcallfloater.h') 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; -- cgit v1.2.3