diff options
author | Don Kjer <don@lindenlab.com> | 2007-05-01 21:52:29 +0000 |
---|---|---|
committer | Don Kjer <don@lindenlab.com> | 2007-05-01 21:52:29 +0000 |
commit | eb3731a3ca0d202809ed20a0f49a7a77ecd4c669 (patch) | |
tree | d8ad688e5b5092418125ecc1b27669860b148b5b /indra/llcommon/lluri.h | |
parent | 4ecb9cb63e4993b3b4bc65d73ed255139b5c3f75 (diff) |
svn merge -r 61099:61168 svn+ssh://svn/svn/linden/branches/release-candidate into release
Diffstat (limited to 'indra/llcommon/lluri.h')
-rw-r--r-- | indra/llcommon/lluri.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/lluri.h b/indra/llcommon/lluri.h index f42cc102e6..78ffcf0a87 100644 --- a/indra/llcommon/lluri.h +++ b/indra/llcommon/lluri.h @@ -70,6 +70,7 @@ public: std::string query() const; // ex.: "x=34", section after "?" LLSD queryMap() const; // above decoded into a map static LLSD queryMap(std::string escaped_query_string); + static std::string mapToQueryString(const LLSD& queryMap); // Escaping Utilities // Escape a string by urlencoding all the characters that aren't in the allowed string. |