summaryrefslogtreecommitdiff
path: root/indra/newview/llslurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llslurl.h')
-rw-r--r--indra/newview/llslurl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llslurl.h b/indra/newview/llslurl.h
index 8af2bdfb83..05b0143e72 100644
--- a/indra/newview/llslurl.h
+++ b/indra/newview/llslurl.h
@@ -73,6 +73,9 @@ public:
*/
static std::string buildSLURL(const std::string& regionname, S32 x, S32 y, S32 z);
+ /// Build a SLURL like secondlife:///app/agent/<uuid>/inspect
+ static std::string buildCommand(const char* noun, const LLUUID& id, const char* verb);
+
/**
* builds: http://slurl.com/secondlife/Region Name/x/y/z/ without escaping result url.
*/