summaryrefslogtreecommitdiff
path: root/indra/newview/llspeakers.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-10-15 19:44:14 -0700
committerMerov Linden <merov@lindenlab.com>2012-10-15 19:44:14 -0700
commit1557bffb5630158430946abd600218be89e3590e (patch)
treee392e408fd1c1c8b57c652a7122645d47b5f7520 /indra/newview/llspeakers.h
parent5ec3b64a207327515859d5d4feca0dab9974f200 (diff)
MAINT-1551 : WIP : Added a hack : send an accept invitation message so to trigger the sending of the agent list.
Diffstat (limited to 'indra/newview/llspeakers.h')
-rw-r--r--indra/newview/llspeakers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llspeakers.h b/indra/newview/llspeakers.h
index 8ab08661d3..671b3fb341 100644
--- a/indra/newview/llspeakers.h
+++ b/indra/newview/llspeakers.h
@@ -258,6 +258,8 @@ protected:
void setSpeakerNotInChannel(LLSpeaker* speackerp);
bool removeSpeaker(const LLUUID& speaker_id);
+ void updateSession();
+
typedef std::map<LLUUID, LLPointer<LLSpeaker> > speaker_map_t;
speaker_map_t mSpeakers;