summaryrefslogtreecommitdiff
path: root/indra/llcommon/lluriparser.h
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2014-10-13 19:14:42 +0300
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2014-10-13 19:14:42 +0300
commit2b8827a55f6a935bac8abb7513be1c00659f6ab1 (patch)
treedc793cf932fd2220c6911519ebe836f3258e66bd /indra/llcommon/lluriparser.h
parent94ac0064354594de8adbb99084029c8b4027b2f6 (diff)
MAINT-4169 FIXED Suppress initial display of the path portion of URLs from other users and scripts
Diffstat (limited to 'indra/llcommon/lluriparser.h')
-rw-r--r--indra/llcommon/lluriparser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/lluriparser.h b/indra/llcommon/lluriparser.h
index 719f916837..e987bae924 100644
--- a/indra/llcommon/lluriparser.h
+++ b/indra/llcommon/lluriparser.h
@@ -60,6 +60,8 @@ public:
void extractParts();
void glue(std::string& uri) const;
+ void glueFirst(std::string& uri) const;
+ void glueSecond(std::string& uri) const;
bool test() const;
S32 normalize();