diff options
author | mberezhnoy <mberezhnoy@productengine.com> | 2013-06-22 02:49:56 +0300 |
---|---|---|
committer | mberezhnoy <mberezhnoy@productengine.com> | 2013-06-22 02:49:56 +0300 |
commit | bc329098a7e1829838eeae93b50e96f45b7572af (patch) | |
tree | 797edcb41200afecbb3330906641355301e3e3bb /indra/newview/llnotificationstorage.h | |
parent | 7d08262954c9638f2ec55414429a0d00ce77d5b3 (diff) | |
parent | 725b107e0861c9370c56baf7c876fb7e3c37857a (diff) |
merge
Diffstat (limited to 'indra/newview/llnotificationstorage.h')
-rwxr-xr-x | indra/newview/llnotificationstorage.h | 1 |
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; |