diff options
author | James Cook <james@lindenlab.com> | 2010-01-22 18:29:29 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-01-22 18:29:29 -0800 |
commit | 40907986d4044e2be75f862fac1153f9a14f13ad (patch) | |
tree | 33502b643942323cc9670f548c85ff3e78a1dc55 /indra/llui/llurlentry.h | |
parent | 1ddd2f2677471cc00465b2a619b138bb054db770 (diff) |
Pull llurlentryagent into newview so I can compile/link faster
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r-- | indra/llui/llurlentry.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index 4adffde99c..33ec9d82a9 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -156,19 +156,7 @@ public: /*virtual*/ std::string getLocation(const std::string &url) const; }; -/// -/// 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 onAgentNameReceived(const LLUUID& id, const std::string& first, - const std::string& last, BOOL is_group); -}; +/// IDEVO LLUrlEntryAgent temporarily moved to newview /// /// LLUrlEntryGroup Describes a Second Life group Url, e.g., |