diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-19 15:37:12 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-19 15:37:12 -0800 |
commit | ef6121cba1c72549cca10763645254ae3aaf2887 (patch) | |
tree | 9e96342f6f1aaab12d0fefa4718ea80685f55dc3 /indra/newview/llnotificationstorage.cpp | |
parent | ca4c5d3bcb18afefc181bdc164d1c338abef7488 (diff) |
CHUI-499: Code clean-up and adding some more types badly defined.
Diffstat (limited to 'indra/newview/llnotificationstorage.cpp')
-rw-r--r-- | indra/newview/llnotificationstorage.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llnotificationstorage.cpp b/indra/newview/llnotificationstorage.cpp index 4746e4bbd4..b797775369 100644 --- a/indra/newview/llnotificationstorage.cpp +++ b/indra/newview/llnotificationstorage.cpp @@ -126,7 +126,13 @@ LLResponderRegistry::LLResponderRegistry() , mBuildMap() { add("ObjectGiveItem", &create<LLOfferInfo>); + add("OwnObjectGiveItem", &create<LLOfferInfo>); add("UserGiveItem", &create<LLOfferInfo>); + + add("TeleportOffered", &create<LLOfferInfo>); + add("TeleportOffered_MaturityExceeded", &create<LLOfferInfo>); + + add("OfferFriendship", &create<LLOfferInfo>); } LLResponderRegistry::~LLResponderRegistry() |