diff options
author | callum_linden <none@none> | 2015-10-19 18:43:48 -0700 |
---|---|---|
committer | callum_linden <none@none> | 2015-10-19 18:43:48 -0700 |
commit | 2a899b49dd5d0a4ff4b4ab2e36bda48ff1473f0a (patch) | |
tree | a551bdf4312569c9d2039c66650bc45b217515f2 /indra/llplugin/llpluginclassmedia.h | |
parent | 506e7271a7b69cc08a9096a6642a0b3f1b0ce04a (diff) |
MAINT-5711 FIX profiles and marketplace are asking for a login each session
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
-rwxr-xr-x | indra/llplugin/llpluginclassmedia.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index 5fe8254331..3f53551b90 100755 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -133,6 +133,8 @@ public: // Text may be unicode (utf8 encoded) bool textInput(const std::string &text, MASK modifiers, LLSD native_key_data); + void setCookie(std::string uri, std::string name, std::string value, std::string domain, std::string path); + void loadURI(const std::string &uri); // "Loading" means uninitialized or any state prior to fully running (processing commands) |