diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-01-14 19:28:38 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-01-14 19:28:38 +0200 |
commit | ab935fbeee57b32f68503395d71d9366e65db73b (patch) | |
tree | f27ac013a11872e2d015314b4e219bad9972e11d /indra/newview/llvoiceclient.h | |
parent | 7ee8096ba718c4549c2a73e60da6b9c5dcc26b02 (diff) | |
parent | 3c9d99b3b00783adbdfeac3288936ab96986cf6d (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 724179847d..6231c6ba29 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -354,6 +354,7 @@ static void updatePosition(void); participantState *findParticipantByID(const LLUUID& id); participantMap *getParticipantList(void); + void getParticipantsUUIDSet(std::set<LLUUID>& participant_uuids); typedef std::map<const std::string*, sessionState*, stringMapComparitor> sessionMap; typedef std::set<sessionState*> sessionSet; |