diff options
author | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:18 -0500 |
commit | ad2310656299467c775738fcdbc5840bd492df8d (patch) | |
tree | 61a3e7b568d04f12e7a42c962828e9334954811d /linden/indra/newview/llwebbrowserctrl.h | |
parent | Second Life viewer sources 1.18.5.1-RC (diff) | |
download | meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.zip meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.gz meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.bz2 meta-impy-ad2310656299467c775738fcdbc5840bd492df8d.tar.xz |
Second Life viewer sources 1.18.5.2-RC
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llwebbrowserctrl.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llwebbrowserctrl.h b/linden/indra/newview/llwebbrowserctrl.h index ec3ddfd..8b19a23 100644 --- a/linden/indra/newview/llwebbrowserctrl.h +++ b/linden/indra/newview/llwebbrowserctrl.h | |||
@@ -197,6 +197,10 @@ class LLWebBrowserCtrl : | |||
197 | void setHomePageUrl( const std::string urlIn ); | 197 | void setHomePageUrl( const std::string urlIn ); |
198 | std::string getHomePageUrl(); | 198 | std::string getHomePageUrl(); |
199 | 199 | ||
200 | // set/clear URL to visit when a 404 page is reached | ||
201 | bool set404RedirectUrl( std::string redirect_url ); | ||
202 | bool clr404RedirectUrl(); | ||
203 | |||
200 | // accessor/mutator for flag that indicates if frequent updates to texture happen | 204 | // accessor/mutator for flag that indicates if frequent updates to texture happen |
201 | bool getFrequentUpdates() { return mFrequentUpdates; }; | 205 | bool getFrequentUpdates() { return mFrequentUpdates; }; |
202 | void setFrequentUpdates( bool frequentUpdatesIn ) { mFrequentUpdates = frequentUpdatesIn; }; | 206 | void setFrequentUpdates( bool frequentUpdatesIn ) { mFrequentUpdates = frequentUpdatesIn; }; |