diff options
author | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
commit | 6e91a9cc3d5a610198cf526a76e2ab642f10ecd7 (patch) | |
tree | b023869f9daa7f61ea3ab27112d37524bdd88de4 /linden/indra/llmedia/llmediaimplllmozlib.h | |
parent | Second Life viewer sources 1.20.12 (diff) | |
download | meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.zip meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.gz meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.bz2 meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.xz |
Second Life viewer sources 1.20.13
Diffstat (limited to 'linden/indra/llmedia/llmediaimplllmozlib.h')
-rw-r--r-- | linden/indra/llmedia/llmediaimplllmozlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaimplllmozlib.h b/linden/indra/llmedia/llmediaimplllmozlib.h index fc5d4e5..4f6b0b7 100644 --- a/linden/indra/llmedia/llmediaimplllmozlib.h +++ b/linden/indra/llmedia/llmediaimplllmozlib.h | |||
@@ -51,6 +51,12 @@ class LLMediaImplLLMozLib : | |||
51 | static bool startup( LLMediaManagerData* init_data ); | 51 | static bool startup( LLMediaManagerData* init_data ); |
52 | static bool closedown(); | 52 | static bool closedown(); |
53 | 53 | ||
54 | // Update the user-agent string reported when the browser requests | ||
55 | // web page, because we need to include the Second Life version | ||
56 | // and skin name (which can change without restarts). | ||
57 | // Must be called after startup(). | ||
58 | static bool setBrowserUserAgent(std::string user_agent); | ||
59 | |||
54 | /* virtual */ bool init(); | 60 | /* virtual */ bool init(); |
55 | /* virtual */ std::string getVersion(); | 61 | /* virtual */ std::string getVersion(); |
56 | /* virtual */ bool set404RedirectUrl( std::string redirect_url ); | 62 | /* virtual */ bool set404RedirectUrl( std::string redirect_url ); |