diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/libraries | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
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 ); |