diff options
author | Merov Linden <merov@lindenlab.com> | 2013-03-12 19:40:00 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2013-03-12 19:40:00 -0700 |
commit | c594e848656f2bc1d29c48b7ceae782b5d542ad2 (patch) | |
tree | c668283967304a5e84e0b8d72a07511d5e842e2b /indra/llui/llurlaction.h | |
parent | cb6574c905806feac3846733ca0ead77e431beb1 (diff) | |
parent | e7a4cce3566988d5b58dc070196a32844d705318 (diff) |
Pull merge from lindenlab/viewer-chui
Diffstat (limited to 'indra/llui/llurlaction.h')
-rw-r--r-- | indra/llui/llurlaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llurlaction.h b/indra/llui/llurlaction.h index f5f2ceba72..e31cd71a20 100644 --- a/indra/llui/llurlaction.h +++ b/indra/llui/llurlaction.h @@ -76,7 +76,9 @@ public: /// if the Url specifies an SL command in the form like 'app/{cmd}/{id}/*', show its profile static void showProfile(std::string url); + static std::string getUserID(std::string url); static void sendIM(std::string url); + static void addFriend(std::string url); /// specify the callbacks to enable this class's functionality typedef boost::function<void (const std::string&)> url_callback_t; |