diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-10-27 18:01:41 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-10-27 18:01:41 +0200 |
commit | 3eb7f84b10832d77d8765ea9550108c67c462bcb (patch) | |
tree | be0c065fa612d29cc1117f9eccd05a7560f405d4 /indra/newview/llimview.h | |
parent | 4309277c1bd063327cbd0cb1c9f3e276301d9fb7 (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.h | 4 |
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; }; |