diff options
Diffstat (limited to '')
-rwxr-xr-x | linden/indra/llplugin/llpluginclassmedia.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/llplugin/llpluginclassmedia.h b/linden/indra/llplugin/llpluginclassmedia.h index fc94563..abb7926 100755 --- a/linden/indra/llplugin/llpluginclassmedia.h +++ b/linden/indra/llplugin/llpluginclassmedia.h | |||
@@ -191,6 +191,7 @@ public: | |||
191 | void focus(bool focused); | 191 | void focus(bool focused); |
192 | void clear_cache(); | 192 | void clear_cache(); |
193 | void clear_cookies(); | 193 | void clear_cookies(); |
194 | void set_cookies(const std::string &cookies); | ||
194 | void enable_cookies(bool enable); | 195 | void enable_cookies(bool enable); |
195 | void proxy_setup(bool enable, const std::string &host = LLStringUtil::null, int port = 0); | 196 | void proxy_setup(bool enable, const std::string &host = LLStringUtil::null, int port = 0); |
196 | void browse_stop(); | 197 | void browse_stop(); |
@@ -374,6 +375,14 @@ protected: | |||
374 | F64 mCurrentRate; | 375 | F64 mCurrentRate; |
375 | F64 mLoadedDuration; | 376 | F64 mLoadedDuration; |
376 | 377 | ||
378 | //-------------------------------------- | ||
379 | //debug use only | ||
380 | // | ||
381 | private: | ||
382 | bool mDeleteOK ; | ||
383 | public: | ||
384 | void setDeleteOK(bool flag) { mDeleteOK = flag ;} | ||
385 | //-------------------------------------- | ||
377 | }; | 386 | }; |
378 | 387 | ||
379 | #endif // LL_LLPLUGINCLASSMEDIA_H | 388 | #endif // LL_LLPLUGINCLASSMEDIA_H |