summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandler.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-09-17 15:02:39 -0700
committerRichard Linden <none@none>2010-09-17 15:02:39 -0700
commite794421e44c2f59f96249dd215af8373d557b3df (patch)
tree9e8124ae3e15e790b6524f172a1f233c2bccd53d /indra/newview/llnotificationhandler.h
parenta98ac26bd607ad17bbea041d50b1fac9ddc24b61 (diff)
parent949b60465593764118c03d0f4e112f69c41bab31 (diff)
Merge
Diffstat (limited to 'indra/newview/llnotificationhandler.h')
-rw-r--r--indra/newview/llnotificationhandler.h18
1 files changed, 10 insertions, 8 deletions
diff --git a/indra/newview/llnotificationhandler.h b/indra/newview/llnotificationhandler.h
index f20ddd20d5..28a69f2373 100644
--- a/indra/newview/llnotificationhandler.h
+++ b/indra/newview/llnotificationhandler.h
@@ -27,17 +27,19 @@
#ifndef LL_LLNOTIFICATIONHANDLER_H
#define LL_LLNOTIFICATIONHANDLER_H
-class LLIMFloater;
-class LLChat;
-typedef boost::shared_ptr<class LLNotification> LLNotificationPtr;
-enum EInstantMessage;
-typedef enum e_chat_source_type EChatSourceType;
+#include "llwindow.h"
+
+//#include "llnotificationsutil.h"
+#include "llchannelmanager.h"
+#include "llchat.h"
+#include "llinstantmessage.h"
+#include "llnotificationptr.h"
+
+class LLIMFloater;
namespace LLNotificationsUI
{
- class LLToast;
-
// ENotificationType enumerates all possible types of notifications that could be met
//
typedef enum e_notification_type
@@ -101,7 +103,7 @@ protected:
// at the moment, when a handlers creates a channel.
virtual void initChannel()=0;
- class LLScreenChannelBase* mChannel;
+ LLScreenChannelBase* mChannel;
e_notification_type mType;
};