Backed out changeset 298497c8090c

Gosh, I don't know why this unused ctor actually matters, but it does. o.O
master
Tofu Linden 2010-01-29 13:59:54 -08:00
parent 32d66e60fd
commit 5bf17543c2
1 changed files with 4 additions and 0 deletions

View File

@ -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;