diff options
Diffstat (limited to 'linden/indra/newview/llfirstuse.h')
-rw-r--r-- | linden/indra/newview/llfirstuse.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/linden/indra/newview/llfirstuse.h b/linden/indra/newview/llfirstuse.h index cbb31ab..7460067 100644 --- a/linden/indra/newview/llfirstuse.h +++ b/linden/indra/newview/llfirstuse.h | |||
@@ -35,6 +35,10 @@ | |||
35 | #include <vector> | 35 | #include <vector> |
36 | #include "llstring.h" | 36 | #include "llstring.h" |
37 | 37 | ||
38 | // [RLVa:KB] | ||
39 | #include "rlvdefines.h" | ||
40 | // [/RLVa:KB] | ||
41 | |||
38 | /* | 42 | /* |
39 | 1. On first use of 'sit here', explain how to get up and rotate view. | 43 | 1. On first use of 'sit here', explain how to get up and rotate view. |
40 | 44 | ||
@@ -109,6 +113,19 @@ public: | |||
109 | 113 | ||
110 | protected: | 114 | protected: |
111 | static std::set<std::string> sConfigVariables; | 115 | static std::set<std::string> sConfigVariables; |
116 | |||
117 | // [RLVa:KB] - Checked: RLVa-1.0.3a (2009-09-10) | Added: RLVa-1.0.3a | ||
118 | public: | ||
119 | static void showRlvFirstUseNotification(const std::string& strName); | ||
120 | |||
121 | static void useRlvDetach() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_DETACH); } | ||
122 | static void useRlvEnableWear() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_ENABLEWEAR); } | ||
123 | static void useRlvFartouch() { showRlvFirstUseNotification(RLV_SETTING_FIRSTUSE_FARTOUCH); } | ||
124 | |||
125 | static void warnRlvGiveToRLV(); | ||
126 | protected: | ||
127 | static void onRlvGiveToRLVConfirmation(S32 idxOption, void* pUserParam); | ||
128 | // [/RLVa:KB] | ||
112 | }; | 129 | }; |
113 | 130 | ||
114 | #endif | 131 | #endif |