From 4afa2b50b31e21cba18eba26c12329af62804fae Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 17 May 2017 10:35:49 +0200 Subject: Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime. --- include/notifications/awake.h | 10 +++++----- include/notifications/dbus-shared.h | 4 ++-- include/notifications/haptic.h | 10 +++++----- include/notifications/notifications.h | 10 +++++----- include/notifications/sound.h | 10 +++++----- 5 files changed, 22 insertions(+), 22 deletions(-) (limited to 'include/notifications') diff --git a/include/notifications/awake.h b/include/notifications/awake.h index bc38817..b441692 100644 --- a/include/notifications/awake.h +++ b/include/notifications/awake.h @@ -17,12 +17,12 @@ * Charles Kerr */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_AWAKE_H -#define UNITY_INDICATOR_NOTIFICATIONS_AWAKE_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_AWAKE_H +#define AYATANA_INDICATOR_NOTIFICATIONS_AWAKE_H #include -namespace unity { +namespace ayatana { namespace indicator { namespace notifications { @@ -50,6 +50,6 @@ private: } // namespace notifications } // namespace indicator -} // namespace unity +} // namespace ayatana -#endif // UNITY_INDICATOR_NOTIFICATIONS_AWAKE_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_AWAKE_H diff --git a/include/notifications/dbus-shared.h b/include/notifications/dbus-shared.h index af714e7..523fb2a 100644 --- a/include/notifications/dbus-shared.h +++ b/include/notifications/dbus-shared.h @@ -18,8 +18,8 @@ * Charles Kerr */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_DBUS_SHARED_H -#define UNITY_INDICATOR_NOTIFICATIONS_DBUS_SHARED_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_DBUS_SHARED_H +#define AYATANA_INDICATOR_NOTIFICATIONS_DBUS_SHARED_H #define BUS_SCREEN_NAME "com.canonical.Unity.Screen" #define BUS_SCREEN_PATH "/com/canonical/Unity/Screen" diff --git a/include/notifications/haptic.h b/include/notifications/haptic.h index f4f1b4d..535074d 100644 --- a/include/notifications/haptic.h +++ b/include/notifications/haptic.h @@ -17,12 +17,12 @@ * Charles Kerr */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_HAPTIC_H -#define UNITY_INDICATOR_NOTIFICATIONS_HAPTIC_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_HAPTIC_H +#define AYATANA_INDICATOR_NOTIFICATIONS_HAPTIC_H #include -namespace unity { +namespace ayatana { namespace indicator { namespace notifications { @@ -55,6 +55,6 @@ private: } // namespace notifications } // namespace indicator -} // namespace unity +} // namespace ayatana -#endif // UNITY_INDICATOR_NOTIFICATIONS_HAPTIC_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_HAPTIC_H diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index fd41edf..fbc2109 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -17,15 +17,15 @@ * Charles Kerr */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H -#define UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#define AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H #include #include #include #include -namespace unity { +namespace ayatana { namespace indicator { namespace notifications { @@ -112,6 +112,6 @@ private: } // namespace notifications } // namespace indicator -} // namespace unity +} // namespace ayatana -#endif // UNITY_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_NOTIFICATIONS_H diff --git a/include/notifications/sound.h b/include/notifications/sound.h index d08c2e7..8bd3e33 100644 --- a/include/notifications/sound.h +++ b/include/notifications/sound.h @@ -17,13 +17,13 @@ * Charles Kerr */ -#ifndef UNITY_INDICATOR_NOTIFICATIONS_SOUND_H -#define UNITY_INDICATOR_NOTIFICATIONS_SOUND_H +#ifndef AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H +#define AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H #include #include -namespace unity { +namespace ayatana { namespace indicator { namespace notifications { @@ -55,6 +55,6 @@ private: } // namespace notifications } // namespace indicator -} // namespace unity +} // namespace ayatana -#endif // UNITY_INDICATOR_NOTIFICATIONS_SOUND_H +#endif // AYATANA_INDICATOR_NOTIFICATIONS_SOUND_H -- cgit v1.2.3