summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicechannel.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-03-04 13:13:59 -0800
committerMerov Linden <merov@lindenlab.com>2011-03-04 13:13:59 -0800
commitf7842eab6199d6d7ff2130e9395ced3e8f33f94d (patch)
tree56a0eaacafa56f73be608e932423a9074f1bb6af /indra/newview/llvoicechannel.h
parentbeda7ae971acb05e8e1dce83e8f86ae51da54ba3 (diff)
parent5048942dbc0a0aa577625bc47d77162cbcf1afdc (diff)
pull from oz_linden/viewer-autobuild
Diffstat (limited to 'indra/newview/llvoicechannel.h')
-rw-r--r--indra/newview/llvoicechannel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h
index 7cef3c13d1..b8597ee5cb 100644
--- a/indra/newview/llvoicechannel.h
+++ b/indra/newview/llvoicechannel.h
@@ -191,6 +191,13 @@ protected:
virtual void setState(EState state);
private:
+
+ /**
+ * Add the caller to the list of people with which we've recently interacted
+ *
+ **/
+ void addToTheRecentPeopleList();
+
std::string mSessionHandle;
LLUUID mOtherUserID;
BOOL mReceivedCall;