summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-29 14:00:02 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-29 14:00:02 -0800
commit458920d9d6d937ec8754bb61d825580018c2ac0d (patch)
treec774e9351663f06a906e78b4d97fcf183d41d078 /indra
parenta07e40e70db8c9a4b90ff114c2bdca5a4ee6da83 (diff)
parent5bf17543c2f920509ff2ffe713f4fff6ae10bdae (diff)
merge
Diffstat (limited to 'indra')
-rw-r--r--indra/llui/llnotifications.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h
index 7269e43325..cf76d00dcf 100644
--- a/indra/llui/llnotifications.h
+++ b/indra/llui/llnotifications.h
@@ -369,6 +369,10 @@ private:
LLNotification(const Params& p);
+ // this is just for making it easy to look things up in a set organized by UUID -- DON'T USE IT
+ // for anything real!
+ LLNotification(LLUUID uuid) : mId(uuid) {}
+
void cancel();
bool payloadContainsAll(const std::vector<std::string>& required_fields) const;