summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.h
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2009-10-27 18:01:41 +0200
committerIgor Borovkov <iborovkov@productengine.com>2009-10-27 18:01:41 +0200
commit3eb7f84b10832d77d8765ea9550108c67c462bcb (patch)
treebe0c065fa612d29cc1117f9eccd05a7560f405d4 /indra/newview/llimview.h
parent4309277c1bd063327cbd0cb1c9f3e276301d9fb7 (diff)
IM: implemented task EXT-1905 (Add "Call" and "End Call" functionality to new IIM Floater)
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r--indra/newview/llimview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h
index e3d0a50557..f83520af82 100644
--- a/indra/newview/llimview.h
+++ b/indra/newview/llimview.h
@@ -70,6 +70,10 @@ public:
LLIMSpeakerMgr* mSpeakers;
bool mSessionInitialized;
+
+ //true if calling back the session URI after the session has closed is possible.
+ //Currently this will be false only for PSTN P2P calls.
+ bool mCallBackEnabled;
};