diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-11-13 12:06:52 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-11-13 12:06:52 +0200 |
commit | 1db5d35447478a74ece447297289d76bfef8c48c (patch) | |
tree | db0b8f78344aee6ed21efd4444908c8c8d0fc7a5 /indra/llui/llurlentry.h | |
parent | 4d616fdfaebca4aedce84f5d694dcd495ac4222c (diff) | |
parent | 74d5a6605bac7ae76889ce3697fc8f59d982d675 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llurlentry.h')
-rw-r--r-- | indra/llui/llurlentry.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/llui/llurlentry.h b/indra/llui/llurlentry.h index 4507572b1e..7970b48eb5 100644 --- a/indra/llui/llurlentry.h +++ b/indra/llui/llurlentry.h @@ -209,18 +209,6 @@ public: }; /// -/// LLUrlEntryObjectIM Describes a Second Life object instant msg Url, e.g., -/// secondlife:///app/objectim/<sessionid>?name=Foo -/// -class LLUrlEntryObjectIM : public LLUrlEntryBase -{ -public: - LLUrlEntryObjectIM(); - /*virtual*/ std::string getLabel(const std::string &url, const LLUrlLabelCallback &cb); - /*virtual*/ std::string getLocation(const std::string &url) const; -}; - -/// /// LLUrlEntrySL Describes a generic SLURL, e.g., a Url that starts /// with secondlife:// (used as a catch-all for cases not matched above) /// |