diff options
author | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-27 13:15:45 +0200 |
---|---|---|
committer | Dmitry Oleshko <doleshko@productengine.com> | 2009-11-27 13:15:45 +0200 |
commit | 03fc1c95931dbf4e1e2e06b3096ce251297636d6 (patch) | |
tree | c3de1df5f27ce20af84d31171c18123e770b6b70 | |
parent | ca1d0c82edc361aeaa39678d7fc8983771cc0a28 (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.h | 3 |
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); |