summaryrefslogtreecommitdiff
path: root/indra/newview/llfirstuse.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2011-03-01 17:16:37 -0800
committerRichard Linden <none@none>2011-03-01 17:16:37 -0800
commit7ffd09a697a132b6b1478e74e5729167408a1f6a (patch)
tree2f0d8cef2f91f1c17bb7d495cbc8d415ce96a72f /indra/newview/llfirstuse.h
parent876ac01791104afa9122ea0d3f6a914b5a86fd72 (diff)
parentafe9557ea922a382497f99f6341a13ce9d9b9228 (diff)
Merge
Diffstat (limited to 'indra/newview/llfirstuse.h')
-rw-r--r--indra/newview/llfirstuse.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/indra/newview/llfirstuse.h b/indra/newview/llfirstuse.h
index 17250586c0..42b2ec0c60 100644
--- a/indra/newview/llfirstuse.h
+++ b/indra/newview/llfirstuse.h
@@ -78,11 +78,11 @@ class LLFirstUse
public:
// Add a config variable to be reset on resetFirstUse()
- //static void addConfigVariable(const std::string& var);
+ static void addConfigVariable(const std::string& var);
// Sets all controls back to show the dialogs.
- //static void disableFirstUse();
- //static void resetFirstUse();
+ static void disableFirstUse();
+ static void resetFirstUse();
static void otherAvatarChatFirst(bool enable = true);
static void sit(bool enable = true);
@@ -97,8 +97,7 @@ 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::set<std::string> sConfigVariablesEnabled;
+ static std::set<std::string> sConfigVariables;
static void init();
static bool processNotification(const LLSD& notify);