diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2015-02-24 21:02:12 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2015-02-24 21:02:12 -0500 |
commit | b5324afb6f2e45deefb9b79e7e2192bc686b181a (patch) | |
tree | dcae0395e2975f736a90c1fa3c67d6f318e01cc7 /indra/llui/llurlentry.h | |
parent | 9b45bc992edf8d049d8a1abe2e778870a493295a (diff) | |
parent | c7841b48bdec74848a64e2dd0eac453ce855093d (diff) |
Automated merge with ssh://bitbucket.org/lindenlab/viewer-release
Diffstat (limited to 'indra/llui/llurlentry.h')
-rwxr-xr-x | indra/llui/llurlentry.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index 1cb11cdb1c..41af3dfccf 100755 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -278,6 +278,20 @@ private: }; /// +/// LLUrlEntryExperienceProfile Describes a Second Life experience profile Url, e.g., +/// secondlife:///app/experience/0e346d8b-4433-4d66-a6b0-fd37083abc4c/profile +/// that displays the experience name +class LLUrlEntryExperienceProfile : public LLUrlEntryBase +{ +public: + LLUrlEntryExperienceProfile(); + /*virtual*/ std::string getLabel(const std::string &url, const LLUrlLabelCallback &cb); +private: + void onExperienceDetails(const LLSD& experience_details); +}; + + +/// /// LLUrlEntryGroup Describes a Second Life group Url, e.g., /// secondlife:///app/group/00005ff3-4044-c79f-9de8-fb28ae0df991/about /// |