diff options
author | Merov Linden <merov@lindenlab.com> | 2012-10-17 12:26:40 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2012-10-17 12:26:40 -0700 |
commit | d60609e0096bc7ede9edde1ba6d103f5f860af0d (patch) | |
tree | 94089ba04c5b18895ee6d6e81b20ca77363fd6ba /indra/newview/llspeakers.h | |
parent | 1557bffb5630158430946abd600218be89e3590e (diff) |
MAINT-1551 : WIP : More tests to elicit a correct answer from the backbone server
Diffstat (limited to 'indra/newview/llspeakers.h')
-rw-r--r-- | indra/newview/llspeakers.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llspeakers.h b/indra/newview/llspeakers.h index 671b3fb341..8a80c4619e 100644 --- a/indra/newview/llspeakers.h +++ b/indra/newview/llspeakers.h @@ -259,6 +259,8 @@ protected: bool removeSpeaker(const LLUUID& speaker_id); void updateSession(); + bool mSessionUpdated; + LLUUID mSessionID; typedef std::map<LLUUID, LLPointer<LLSpeaker> > speaker_map_t; speaker_map_t mSpeakers; |