summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandler.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2012-01-17 11:07:11 -0800
committerLeslie Linden <leslie@lindenlab.com>2012-01-17 11:07:11 -0800
commitdc0573be6cff912a20a2eab2ebd6ce61dc687ba6 (patch)
treed6a8012cd845931d994d587cd3f34e1b988175fb /indra/newview/llnotificationhandler.h
parent1f9529c0c2b02c4ceee912f8ecb35181174cc7cc (diff)
parent577479a3e53ef152da191e3a004aeb34f0815658 (diff)
Merge with viewer-dd, attempt #1
Diffstat (limited to 'indra/newview/llnotificationhandler.h')
-rw-r--r--indra/newview/llnotificationhandler.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/indra/newview/llnotificationhandler.h b/indra/newview/llnotificationhandler.h
index 28a69f2373..23dbb6b047 100644
--- a/indra/newview/llnotificationhandler.h
+++ b/indra/newview/llnotificationhandler.h
@@ -283,9 +283,17 @@ class LLBrowserNotification : public LLSingleton<LLBrowserNotification>
{
public:
virtual bool processNotification(const LLSD& notify);
+};
+/**
+ * Handler for outbox notifications
+ */
+class LLOutboxNotification : public LLSingleton<LLOutboxNotification>
+{
+public:
+ virtual bool processNotification(const LLSD& notify);
};
-
+
class LLHandlerUtil
{
public: