From 089fc07d207c71ce1401e72f09c31ad8c45872e2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:44:58 -0500 Subject: Second Life viewer sources 1.17.0.12 --- linden/libraries/include/llmozlib.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'linden/libraries') 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 @@ -/** +/** * @file llmozlib.h * @brief Linden Lab Mozilla wrapper. * @@ -110,9 +110,13 @@ class LLMozLib static LLMozLib* getInstance(); // housekeeping - bool init( std::string appBaseDirIn, std::string profileDirIn ); + bool init( std::string applicationDirIn, std::string componentDirIn, std::string profileDirIn ); bool reset(); + bool setHttpProxy( bool enabledIn, std::string addressIn, int portIn ); bool clearCache(); + bool enableCookies( bool enabledIn ); + bool clearAllCookies(); + bool enablePlugins( bool enabledIn ); int getLastError(); const std::string getVersion(); void setBrowserAgentId( std::string idIn ); -- cgit v1.1