diff options
Diffstat (limited to 'linden/indra/newview/rlvextensions.h')
-rw-r--r-- | linden/indra/newview/rlvextensions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/rlvextensions.h b/linden/indra/newview/rlvextensions.h index 5c10c58..5720ba0 100644 --- a/linden/indra/newview/rlvextensions.h +++ b/linden/indra/newview/rlvextensions.h | |||
@@ -24,6 +24,7 @@ protected: | |||
24 | std::string onGetDebug(std::string strSetting); | 24 | std::string onGetDebug(std::string strSetting); |
25 | std::string onGetPseudoDebug(const std::string& strSetting); | 25 | std::string onGetPseudoDebug(const std::string& strSetting); |
26 | void onSetDebug(std::string strSetting, const std::string& strValue); | 26 | void onSetDebug(std::string strSetting, const std::string& strValue); |
27 | void onSetPseudoDebug(const std::string& strSetting, const std::string& strValue); | ||
27 | 28 | ||
28 | std::string onGetEnv(std::string strSetting); | 29 | std::string onGetEnv(std::string strSetting); |
29 | void onSetEnv(std::string strSetting, const std::string& strValue); | 30 | void onSetEnv(std::string strSetting, const std::string& strValue); |
@@ -33,6 +34,7 @@ protected: | |||
33 | public: | 34 | public: |
34 | enum { DBG_READ = 0x01, DBG_WRITE = 0x02, DBG_PERSIST = 0x04, DBG_PSEUDO = 0x08 }; | 35 | enum { DBG_READ = 0x01, DBG_WRITE = 0x02, DBG_PERSIST = 0x04, DBG_PSEUDO = 0x08 }; |
35 | static std::map<std::string, S16> m_DbgAllowed; | 36 | static std::map<std::string, S16> m_DbgAllowed; |
37 | static std::map<std::string, std::string> m_PseudoDebug; | ||
36 | 38 | ||
37 | static bool findDebugSetting(/*[in,out]*/ std::string& strSetting, /*[out]*/ S16& flags); | 39 | static bool findDebugSetting(/*[in,out]*/ std::string& strSetting, /*[out]*/ S16& flags); |
38 | static S16 getDebugSettingFlags(const std::string& strSetting); | 40 | static S16 getDebugSettingFlags(const std::string& strSetting); |