summaryrefslogtreecommitdiff
path: root/indra/newview/llurldispatcher.h
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2007-12-03 19:36:44 +0000
committerSteven Bennetts <steve@lindenlab.com>2007-12-03 19:36:44 +0000
commitd5eef2d8a6cc0d5855d68d0726565e07d46211b2 (patch)
tree0138cd5a59971a52b20627f28af4197198f4e2f9 /indra/newview/llurldispatcher.h
parent7b7dd4e6f61aa731ef7f9f255014f5b76d5b9fec (diff)
merge -r 73391:74133 maint-ui-3 -> release
Diffstat (limited to 'indra/newview/llurldispatcher.h')
-rw-r--r--indra/newview/llurldispatcher.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llurldispatcher.h b/indra/newview/llurldispatcher.h
index 74b7f875b2..bcd19ee691 100644
--- a/indra/newview/llurldispatcher.h
+++ b/indra/newview/llurldispatcher.h
@@ -50,6 +50,8 @@ public:
// Returns true if someone handled the URL.
static bool dispatchRightClick(const std::string& url);
+ // builds: http://slurl.com/secondlife/RegionName/x/y/z/
+ static std::string buildSLURL(const std::string& regionname, S32 x, S32 y, S32 z);
};
#endif