Skip to content
Snippets Groups Projects
Commit eea3e5d7 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Small cleanup to url registry

parent 01cf3edf
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ LLUrlRegistry::LLUrlRegistry() ...@@ -40,7 +40,7 @@ LLUrlRegistry::LLUrlRegistry()
{ {
// mUrlEntry.reserve(20); // mUrlEntry.reserve(20);
// [RLVa:KB] - Checked: 2010-11-01 (RLVa-1.2.2a) | Added: RLVa-1.2.2a // [RLVa:KB] - Checked: 2010-11-01 (RLVa-1.2.2a) | Added: RLVa-1.2.2a
mUrlEntry.reserve(21); mUrlEntry.reserve(26);
// [/RLVa:KB] // [/RLVa:KB]
// Urls are matched in the order that they were registered // Urls are matched in the order that they were registered
...@@ -77,7 +77,6 @@ LLUrlRegistry::LLUrlRegistry() ...@@ -77,7 +77,6 @@ LLUrlRegistry::LLUrlRegistry()
registerUrl(new LLUrlEntryObjectIM()); registerUrl(new LLUrlEntryObjectIM());
registerUrl(new LLUrlEntryPlace()); registerUrl(new LLUrlEntryPlace());
registerUrl(new LLUrlEntryInventory()); registerUrl(new LLUrlEntryInventory());
registerUrl(new LLUrlEntryObjectIM());
registerUrl(new LLUrlEntryExperienceProfile()); registerUrl(new LLUrlEntryExperienceProfile());
//LLUrlEntrySL and LLUrlEntrySLLabel have more common pattern, //LLUrlEntrySL and LLUrlEntrySLLabel have more common pattern,
//so it should be registered in the end of list //so it should be registered in the end of list
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment