diff options
Diffstat (limited to 'linden/libraries')
-rw-r--r-- | linden/libraries/include/llmozlib.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/linden/libraries/include/llmozlib.h b/linden/libraries/include/llmozlib.h index 9327fee..755818b 100644 --- a/linden/libraries/include/llmozlib.h +++ b/linden/libraries/include/llmozlib.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /** | 1 | /** |
2 | * @file llmozlib.h | 2 | * @file llmozlib.h |
3 | * @brief Linden Lab Mozilla wrapper. | 3 | * @brief Linden Lab Mozilla wrapper. |
4 | * | 4 | * |
@@ -110,9 +110,13 @@ class LLMozLib | |||
110 | static LLMozLib* getInstance(); | 110 | static LLMozLib* getInstance(); |
111 | 111 | ||
112 | // housekeeping | 112 | // housekeeping |
113 | bool init( std::string appBaseDirIn, std::string profileDirIn ); | 113 | bool init( std::string applicationDirIn, std::string componentDirIn, std::string profileDirIn ); |
114 | bool reset(); | 114 | bool reset(); |
115 | bool setHttpProxy( bool enabledIn, std::string addressIn, int portIn ); | ||
115 | bool clearCache(); | 116 | bool clearCache(); |
117 | bool enableCookies( bool enabledIn ); | ||
118 | bool clearAllCookies(); | ||
119 | bool enablePlugins( bool enabledIn ); | ||
116 | int getLastError(); | 120 | int getLastError(); |
117 | const std::string getVersion(); | 121 | const std::string getVersion(); |
118 | void setBrowserAgentId( std::string idIn ); | 122 | void setBrowserAgentId( std::string idIn ); |