diff options
| author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-04 18:33:13 +0200 |
|---|---|---|
| committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-04 18:33:13 +0200 |
| commit | 28a1ee9da8d58955590e3596409d2f49b130e1fc (patch) | |
| tree | 8abed6140260c156fe74a4953d5cd7f4b82cb9e5 /indra/newview/llnotificationhandler.h | |
| parent | ebdb78ef3b25247fd86f48833004b4254ca8e360 (diff) | |
implemented EXT-700 “"Offer" notifications should be accessible via chiclet”
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnotificationhandler.h')
| -rw-r--r-- | indra/newview/llnotificationhandler.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llnotificationhandler.h b/indra/newview/llnotificationhandler.h index da8928321a..5c240aa54a 100644 --- a/indra/newview/llnotificationhandler.h +++ b/indra/newview/llnotificationhandler.h @@ -266,6 +266,11 @@ public: static bool canLogToIM(const LLNotificationPtr& notification); /** + * Checks sufficient conditions to spawn IM session. + */ + static bool canSpawnIMSession(const LLNotificationPtr& notification); + + /** * Writes notification message to IM session. */ static void logToIM(const EInstantMessage& session_type, |
