From 03fc1c95931dbf4e1e2e06b3096ce251297636d6 Mon Sep 17 00:00:00 2001
From: Dmitry Oleshko <doleshko@productengine.com>
Date: Fri, 27 Nov 2009 13:15:45 +0200
Subject: [PATCH] build fix for partial fix for major sub-task (EXT-2211) Add
 textual indication (IM messages) about incoming voice calls and reactions on
 them (All types of IMs)

--HG--
branch : product-engine
---
 indra/newview/llvoicechannel.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h
index a3495b9588e..fe0114d6872 100644
--- a/indra/newview/llvoicechannel.h
+++ b/indra/newview/llvoicechannel.h
@@ -176,6 +176,9 @@ class LLVoiceChannelP2P : public LLVoiceChannelGroup
 
 	void setSessionHandle(const std::string& handle, const std::string &inURI);
 
+	// returns TRUE if call is incoming and FALSE otherwise
+	BOOL isIncomingCall() { return mReceivedCall; }
+
 protected:
 	virtual void setState(EState state);
 
-- 
GitLab