summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicechannel.h
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-02-28 13:01:40 -0800
committerTofu Buzzard <no-email>2011-02-28 13:01:40 -0800
commit858a544dc97b340f0cd2ad21c677f8683935c1fa (patch)
treef18df2b305522d1ed888690012df45b4cc5bf52d /indra/newview/llvoicechannel.h
parent41dc7188ea0b5a1031e82ef8a1b3861107b16216 (diff)
parent10f14598243ef93f8990f9a1473334ef918f9cf7 (diff)
merge
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;