diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-29 17:48:10 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-01-29 17:48:10 +0200 |
commit | 86609394caf1ebb20dd90de37b9af1471ae8aa20 (patch) | |
tree | a0b437938326c7038e82f8b140c113f484b554cb /indra/llui/llnotificationsutil.cpp | |
parent | 0524e91aae36d87d8e0944fd294e02f145d5d547 (diff) |
fixed major EXT-3643 “Embed friendship offer into IM window”;
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/llnotificationsutil.cpp')
-rw-r--r-- | indra/llui/llnotificationsutil.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/llui/llnotificationsutil.cpp b/indra/llui/llnotificationsutil.cpp index f343d27cb4..54bdb4bd66 100644 --- a/indra/llui/llnotificationsutil.cpp +++ b/indra/llui/llnotificationsutil.cpp @@ -94,3 +94,8 @@ void LLNotificationsUtil::cancel(LLNotificationPtr pNotif) { LLNotifications::instance().cancel(pNotif); } + +LLNotificationPtr LLNotificationsUtil::find(LLUUID uuid) +{ + return LLNotifications::instance().find(uuid); +} |