diff options
author | James Cook <james@lindenlab.com> | 2010-02-03 12:48:40 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-03 12:48:40 -0800 |
commit | d489216b6ef41f0d22f3a9062ba6daacc67bc038 (patch) | |
tree | 6888acece9d8cbdc358170a4ab69478e09c545d9 /indra/llui/llurlentry.h | |
parent | 146e9d5e4d9a9a4f33d9ccd47a901980972b7ab9 (diff) |
Moved LLUrlEntryAgent back into llui library in prep for merge
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r-- | indra/llui/llurlentry.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index 6d875a40c7..4fc2eb5e05 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -156,7 +156,17 @@ public: /*virtual*/ std::string getLocation(const std::string &url) const; }; -/// IDEVO LLUrlEntryAgent temporarily moved to newview +/// +/// LLUrlEntryAgent Describes a Second Life agent Url, e.g., +/// secondlife:///app/agent/0e346d8b-4433-4d66-a6b0-fd37083abc4c/about +class LLUrlEntryAgent : public LLUrlEntryBase +{ +public: + LLUrlEntryAgent(); + /*virtual*/ std::string getLabel(const std::string &url, const LLUrlLabelCallback &cb); +private: + void onNameCache(const LLUUID& id, const std::string& full_name, bool is_group); +}; /// /// LLUrlEntryGroup Describes a Second Life group Url, e.g., |