diff options
| author | Igor Borovkov <iborovkov@productengine.com> | 2010-01-29 18:03:23 +0200 |
|---|---|---|
| committer | Igor Borovkov <iborovkov@productengine.com> | 2010-01-29 18:03:23 +0200 |
| commit | 159c788918c410eb384dcfce1555c8a7d01b69c4 (patch) | |
| tree | 57e103276b5fa35bc274397d332b290ab6a1f42c /indra/llui/llnotificationsutil.cpp | |
| parent | 81451696f1de85e235818517c01b8d255d1bb661 (diff) | |
| parent | 86609394caf1ebb20dd90de37b9af1471ae8aa20 (diff) | |
merge
--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); +} |
