diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-01-14 18:45:31 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-01-14 18:45:31 +0200 |
commit | a53fd8d428bb7830f7549200f40dad4da93b5e6c (patch) | |
tree | f63c644db1709bd1a1f4a479132a68ecc41447ec /indra/newview/llvoiceclient.h | |
parent | 24d8bf26fc489c7cb35cd4d8bfba2ca8c1e46442 (diff) | |
parent | 4f95501f91ce3f2fc29c85a55b21540b39bde00b (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; |