diff options
author | PavelK ProductEngine <pkrivich@productengine.com> | 2013-06-20 20:11:15 +0300 |
---|---|---|
committer | PavelK ProductEngine <pkrivich@productengine.com> | 2013-06-20 20:11:15 +0300 |
commit | 725b107e0861c9370c56baf7c876fb7e3c37857a (patch) | |
tree | 41b975df30f56d4e016fcede2ffb9e34cec8d814 /indra/newview/llpersistentnotificationstorage.h | |
parent | 2b8beeeff1485682e2b47f330dc8b3c24e966961 (diff) |
CHUI-850 FIXED Unread notifications are lost after relog in certain circumstances
Diffstat (limited to 'indra/newview/llpersistentnotificationstorage.h')
-rwxr-xr-x | indra/newview/llpersistentnotificationstorage.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llpersistentnotificationstorage.h b/indra/newview/llpersistentnotificationstorage.h index 98a825d2c1..bf0306380e 100755 --- a/indra/newview/llpersistentnotificationstorage.h +++ b/indra/newview/llpersistentnotificationstorage.h @@ -53,10 +53,13 @@ public: void saveNotifications(); void loadNotifications(); + void initialize(); + protected: private: bool onPersistentChannelChanged(const LLSD& payload); + bool mLoaded; }; #endif // LL_LLPERSISTENTNOTIFICATIONSTORAGE_H |