aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/lluri.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/lluri.h')
-rw-r--r--linden/indra/llcommon/lluri.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/linden/indra/llcommon/lluri.h b/linden/indra/llcommon/lluri.h
index 60b3d48..77de595 100644
--- a/linden/indra/llcommon/lluri.h
+++ b/linden/indra/llcommon/lluri.h
@@ -6,6 +6,7 @@
6 * 6 *
7 * Copyright (c) 2006-2007, Linden Research, Inc. 7 * Copyright (c) 2006-2007, Linden Research, Inc.
8 * 8 *
9 * Second Life Viewer Source Code
9 * The source code in this file ("Source Code") is provided by Linden Lab 10 * The source code in this file ("Source Code") is provided by Linden Lab
10 * to you under the terms of the GNU General Public License, version 2.0 11 * to you under the terms of the GNU General Public License, version 2.0
11 * ("GPL"), unless you have obtained a separate licensing agreement 12 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -96,13 +97,12 @@ public:
96 static std::string unescape(const std::string& str); 97 static std::string unescape(const std::string& str);
97 98
98 // Functions for building specific URIs for web services 99 // Functions for building specific URIs for web services
99 static LLURI buildAgentPresenceURI(const LLUUID& agent_id, LLApp* app); 100 // *NOTE: DEPRECATED. use the service builder instead.
100 static LLURI buildBulkAgentPresenceURI(LLApp* app); 101 //static LLURI buildBulkAgentNamesURI(LLApp* app);
101 static LLURI buildBulkAgentNamesURI(LLApp* app); 102 //static LLURI buildAgentSessionURI(const LLUUID& agent_id, LLApp* app);
102 static LLURI buildAgentSessionURI(const LLUUID& agent_id, LLApp* app); 103 //static LLURI buildAgentLoginInfoURI(const LLUUID& agent_id, const std::string& dataserver);
103 static LLURI buildAgentLoginInfoURI(const LLUUID& agent_id, const std::string& dataserver); 104 //static LLURI buildAgentNameURI(const LLUUID& agent_id, LLApp* app);
104 static LLURI buildInventoryHostURI(const LLUUID& agent_id, LLApp* app); 105
105 static LLURI buildAgentNameURI(const LLUUID& agent_id, LLApp* app);
106private: 106private:
107 std::string mScheme; 107 std::string mScheme;
108 std::string mEscapedOpaque; 108 std::string mEscapedOpaque;