summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationstorage.h
diff options
context:
space:
mode:
authormberezhnoy <mberezhnoy@productengine.com>2013-06-22 02:49:56 +0300
committermberezhnoy <mberezhnoy@productengine.com>2013-06-22 02:49:56 +0300
commitbc329098a7e1829838eeae93b50e96f45b7572af (patch)
tree797edcb41200afecbb3330906641355301e3e3bb /indra/newview/llnotificationstorage.h
parent7d08262954c9638f2ec55414429a0d00ce77d5b3 (diff)
parent725b107e0861c9370c56baf7c876fb7e3c37857a (diff)
merge
Diffstat (limited to 'indra/newview/llnotificationstorage.h')
-rwxr-xr-xindra/newview/llnotificationstorage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llnotificationstorage.h b/indra/newview/llnotificationstorage.h
index 7aabf7d09e..53fd898ea4 100755
--- a/indra/newview/llnotificationstorage.h
+++ b/indra/newview/llnotificationstorage.h
@@ -44,6 +44,7 @@ public:
protected:
bool writeNotifications(const LLSD& pNotificationData) const;
bool readNotifications(LLSD& pNotificationData) const;
+ void setFileName(std::string pFileName) {mFileName = pFileName;}
LLNotificationResponderInterface* createResponder(const std::string& pNotificationName, const LLSD& pParams) const;