summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.h
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-08-16 15:01:39 -0700
committerRichard Nelson <none@none>2010-08-16 15:01:39 -0700
commit32e4cda7dc730d505190db3d6658d6dd94bfc28f (patch)
tree4215ef7fd16cf5d61b53154a7f01f5eead674415 /indra/newview/llfirstuse.h
parentc20bd2dfee1068d5a23eef9a10d21c2035c0b324 (diff)
made hints only expire when explicitly responded to, not implicitly after first seeing them
added hint_popup.xml for hint styling
Diffstat (limited to 'indra/newview/llfirstuse.h')
-rw-r--r--indra/newview/llfirstuse.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/newview/llfirstuse.h b/indra/newview/llfirstuse.h
index 48943cd9ab..9c4ab14006 100644
--- a/indra/newview/llfirstuse.h
+++ b/indra/newview/llfirstuse.h
@@ -90,7 +90,6 @@ public:
static void disableFirstUse();
static void resetFirstUse();
- static void useOverrideKeys();
static void otherAvatarChatFirst(bool enable = true);
static void sit(bool enable = true);
static void notUsingDestinationGuide(bool enable = true);
@@ -103,7 +102,9 @@ public:
protected:
static void firstUseNotification(const std::string& control_var, bool enable, const std::string& notification_name, LLSD args = LLSD(), LLSD payload = LLSD());
static std::set<std::string> sConfigVariables;
- static std::map<std::string, boost::shared_ptr<LLNotification> > sNotifications;
+
+ static void init();
+ static bool processNotification(const LLSD& notify);
};
#endif