summaryrefslogtreecommitdiff
path: root/indra/newview/lldonotdisturbnotificationstorage.h
diff options
context:
space:
mode:
authorAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-15 12:06:42 +0300
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-05-15 12:07:29 +0300
commitdcb85f9f9d1019bb046a5719bc3645fa96a2d060 (patch)
tree2a75406ca1ab8d15e88066dfdc7440c93d0d7c63 /indra/newview/lldonotdisturbnotificationstorage.h
parent26f70456d1e9059c48d25e08fc07f893315b1f3c (diff)
parente7eced3c87310b15ac20cc3cd470d67686104a14 (diff)
Merge branch 'marchcat/w-whitespace' into release/maint-c
Diffstat (limited to 'indra/newview/lldonotdisturbnotificationstorage.h')
-rw-r--r--indra/newview/lldonotdisturbnotificationstorage.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/newview/lldonotdisturbnotificationstorage.h b/indra/newview/lldonotdisturbnotificationstorage.h
index 237d58b4de..1432d37de6 100644
--- a/indra/newview/lldonotdisturbnotificationstorage.h
+++ b/indra/newview/lldonotdisturbnotificationstorage.h
@@ -1,4 +1,4 @@
-/**
+/**
* @file lldonotdisturbnotificationstorage.h
* @brief Header file for lldonotdisturbnotificationstorage
* @author Stinson@lindenlab.com
@@ -47,18 +47,18 @@ public:
class LLDoNotDisturbNotificationStorage : public LLParamSingleton<LLDoNotDisturbNotificationStorage>, public LLNotificationStorage
{
- LLSINGLETON(LLDoNotDisturbNotificationStorage);
- ~LLDoNotDisturbNotificationStorage();
+ LLSINGLETON(LLDoNotDisturbNotificationStorage);
+ ~LLDoNotDisturbNotificationStorage();
- LOG_CLASS(LLDoNotDisturbNotificationStorage);
+ LOG_CLASS(LLDoNotDisturbNotificationStorage);
public:
static const char * toastName;
static const char * offerName;
bool getDirty();
void resetDirty();
- void saveNotifications();
- void loadNotifications();
+ void saveNotifications();
+ void loadNotifications();
void updateNotifications();
void removeNotification(const char * name, const LLUUID& id);
void reset();
@@ -71,8 +71,8 @@ private:
bool mDirty;
LLDoNotDisturbNotificationStorageTimer mTimer;
- LLNotificationChannelPtr getCommunicationChannel() const;
- bool onChannelChanged(const LLSD& pPayload);
+ LLNotificationChannelPtr getCommunicationChannel() const;
+ bool onChannelChanged(const LLSD& pPayload);
std::map<std::string, std::string> nameToPayloadParameterMap;
};