summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandler.h
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2009-12-04 18:33:13 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2009-12-04 18:33:13 +0200
commit28a1ee9da8d58955590e3596409d2f49b130e1fc (patch)
tree8abed6140260c156fe74a4953d5cd7f4b82cb9e5 /indra/newview/llnotificationhandler.h
parentebdb78ef3b25247fd86f48833004b4254ca8e360 (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.h5
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,