diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-10-27 18:04:17 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-10-27 18:04:17 +0200 |
commit | 8a5d4c91f5608d40c3f627cd71a26252693279f7 (patch) | |
tree | 8d372dac000e657553ab51265e4f6f840c927278 /indra/newview/llimview.h | |
parent | 3eb7f84b10832d77d8765ea9550108c67c462bcb (diff) | |
parent | 21e8e11c64e8aa9dd2976e9ace95928de062c9ae (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r-- | indra/newview/llimview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h index f83520af82..f09c5a9521 100644 --- a/indra/newview/llimview.h +++ b/indra/newview/llimview.h @@ -318,6 +318,12 @@ public: void addSessionObserver(LLIMSessionObserver *); void removeSessionObserver(LLIMSessionObserver *); + //show error statuses to the user + void showSessionStartError(const std::string& error_string, const LLUUID session_id); + void showSessionEventError(const std::string& event_string, const std::string& error_string, const LLUUID session_id); + void showSessionForceClose(const std::string& reason, const LLUUID session_id); + static bool onConfirmForceCloseError(const LLSD& notification, const LLSD& response); + /** * Start call in a session * @return false if voice channel doesn't exist |