summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Oleshko <doleshko@productengine.com>2009-11-27 13:15:45 +0200
committerDmitry Oleshko <doleshko@productengine.com>2009-11-27 13:15:45 +0200
commit03fc1c95931dbf4e1e2e06b3096ce251297636d6 (patch)
treec3de1df5f27ce20af84d31171c18123e770b6b70
parentca1d0c82edc361aeaa39678d7fc8983771cc0a28 (diff)
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
-rw-r--r--indra/newview/llvoicechannel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoicechannel.h b/indra/newview/llvoicechannel.h
index a3495b9588..fe0114d687 100644
--- a/indra/newview/llvoicechannel.h
+++ b/indra/newview/llvoicechannel.h
@@ -176,6 +176,9 @@ public:
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);