summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.h
diff options
context:
space:
mode:
authorMike Antipov <mantipov@productengine.com>2010-01-14 18:45:31 +0200
committerMike Antipov <mantipov@productengine.com>2010-01-14 18:45:31 +0200
commita53fd8d428bb7830f7549200f40dad4da93b5e6c (patch)
treef63c644db1709bd1a1f4a479132a68ecc41447ec /indra/newview/llvoiceclient.h
parent24d8bf26fc489c7cb35cd4d8bfba2ca8c1e46442 (diff)
parent4f95501f91ce3f2fc29c85a55b21540b39bde00b (diff)
merge
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r--indra/newview/llvoiceclient.h1
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;