diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-10-21 04:50:52 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-10-21 04:50:52 +0000 |
commit | 57fca109cae3105b6bc1319e9886c16631bc7374 (patch) | |
tree | 618f923620d943f50de59f64391d1cdaae9f8ba5 /indra/newview/llimview.h | |
parent | 2c1aacf814142b23049eff2a691a7cd2902bcf1d (diff) |
Merging revisions 2107-2109 of https://svn.aws.productengine.com/secondlife/pe/stable-2 into P:\svn\viewer-2.0.0, respecting ancestry
* Bugs: EXT-1557
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index 84646a9a6f..d98b5ca297 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -282,6 +282,18 @@ public: void addSessionObserver(LLIMSessionObserver *); void removeSessionObserver(LLIMSessionObserver *); + /** + * Start call in a session + * @return false if voice channel doesn't exist + **/ + bool startCall(const LLUUID& session_id); + + /** + * End call in a session + * @return false if voice channel doesn't exist + **/ + bool endCall(const LLUUID& session_id); + private: // create a panel and update internal representation for // consistency. Returns the pointer, caller (the class instance |