aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-17 10:35:49 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2017-05-17 10:36:30 +0200
commit4afa2b50b31e21cba18eba26c12329af62804fae (patch)
tree61bb7c9931ad8aa038ea385c0b7c90f05731ecbb /include/datetime
parentcab972e0d349219dcd2c4a6fb4b5a040f6bffd08 (diff)
downloadayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.tar.gz
ayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.tar.bz2
ayatana-indicator-datetime-4afa2b50b31e21cba18eba26c12329af62804fae.zip
Fork ayatana-indicator-datetime from Ubuntu's indicator-datetime.
Diffstat (limited to 'include/datetime')
-rw-r--r--include/datetime/actions-live.h4
-rw-r--r--include/datetime/actions.h4
-rw-r--r--include/datetime/alarm-queue-simple.h4
-rw-r--r--include/datetime/alarm-queue.h4
-rw-r--r--include/datetime/appointment.h4
-rw-r--r--include/datetime/clock-mock.h4
-rw-r--r--include/datetime/clock.h4
-rw-r--r--include/datetime/date-time.h4
-rw-r--r--include/datetime/engine-eds.h4
-rw-r--r--include/datetime/engine-mock.h4
-rw-r--r--include/datetime/engine.h4
-rw-r--r--include/datetime/exporter.h4
-rw-r--r--include/datetime/formatter.h4
-rw-r--r--include/datetime/locations-settings.h4
-rw-r--r--include/datetime/locations.h4
-rw-r--r--include/datetime/menu.h4
-rw-r--r--include/datetime/planner-aggregate.h4
-rw-r--r--include/datetime/planner-month.h4
-rw-r--r--include/datetime/planner-range.h4
-rw-r--r--include/datetime/planner-snooze.h4
-rw-r--r--include/datetime/planner-upcoming.h4
-rw-r--r--include/datetime/planner.h4
-rw-r--r--include/datetime/settings-live.h4
-rw-r--r--include/datetime/settings.h4
-rw-r--r--include/datetime/snap.h4
-rw-r--r--include/datetime/state.h4
-rw-r--r--include/datetime/timezone-geoclue.h4
-rw-r--r--include/datetime/timezone-timedated.h4
-rw-r--r--include/datetime/timezone.h4
-rw-r--r--include/datetime/timezones-live.h4
-rw-r--r--include/datetime/timezones.h4
-rw-r--r--include/datetime/wakeup-timer-mainloop.h4
-rw-r--r--include/datetime/wakeup-timer-powerd.h4
-rw-r--r--include/datetime/wakeup-timer.h4
34 files changed, 68 insertions, 68 deletions
diff --git a/include/datetime/actions-live.h b/include/datetime/actions-live.h
index 0214d65..2c348c6 100644
--- a/include/datetime/actions-live.h
+++ b/include/datetime/actions-live.h
@@ -22,7 +22,7 @@
#include <datetime/actions.h>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -59,6 +59,6 @@ protected:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_ACTIONS_H
diff --git a/include/datetime/actions.h b/include/datetime/actions.h
index 87cb676..4780990 100644
--- a/include/datetime/actions.h
+++ b/include/datetime/actions.h
@@ -28,7 +28,7 @@
#include <gio/gio.h> // GSimpleActionGroup
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -76,6 +76,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_ACTIONS_H
diff --git a/include/datetime/alarm-queue-simple.h b/include/datetime/alarm-queue-simple.h
index 838d28a..12d8206 100644
--- a/include/datetime/alarm-queue-simple.h
+++ b/include/datetime/alarm-queue-simple.h
@@ -27,7 +27,7 @@
#include <datetime/planner.h>
#include <datetime/wakeup-timer.h>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -52,6 +52,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_ALARM_QUEUE_H
diff --git a/include/datetime/alarm-queue.h b/include/datetime/alarm-queue.h
index 98abd7a..a869f4f 100644
--- a/include/datetime/alarm-queue.h
+++ b/include/datetime/alarm-queue.h
@@ -28,7 +28,7 @@
#include <set>
#include <string>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -54,6 +54,6 @@ public:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_ALARM_QUEUE_H
diff --git a/include/datetime/appointment.h b/include/datetime/appointment.h
index e323c9c..2cd1807 100644
--- a/include/datetime/appointment.h
+++ b/include/datetime/appointment.h
@@ -25,7 +25,7 @@
#include <string>
#include <vector>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -67,6 +67,6 @@ public:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_APPOINTMENT_H
diff --git a/include/datetime/clock-mock.h b/include/datetime/clock-mock.h
index 011d079..67be943 100644
--- a/include/datetime/clock-mock.h
+++ b/include/datetime/clock-mock.h
@@ -22,7 +22,7 @@
#include <datetime/clock.h>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -64,6 +64,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_CLOCK_MOCK_H
diff --git a/include/datetime/clock.h b/include/datetime/clock.h
index 4a0642f..9fffd9b 100644
--- a/include/datetime/clock.h
+++ b/include/datetime/clock.h
@@ -27,7 +27,7 @@
#include <memory> // std::shared_ptr, std::unique_ptr
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -89,6 +89,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_CLOCK_H
diff --git a/include/datetime/date-time.h b/include/datetime/date-time.h
index ea9ea36..fc83388 100644
--- a/include/datetime/date-time.h
+++ b/include/datetime/date-time.h
@@ -26,7 +26,7 @@
#include <ctime> // time_t
#include <memory> // std::shared_ptr
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -86,6 +86,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_DATETIME_H
diff --git a/include/datetime/engine-eds.h b/include/datetime/engine-eds.h
index 7372f71..20b1f84 100644
--- a/include/datetime/engine-eds.h
+++ b/include/datetime/engine-eds.h
@@ -29,7 +29,7 @@
#include <functional>
#include <vector>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -71,6 +71,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_ENGINE_EDS_H
diff --git a/include/datetime/engine-mock.h b/include/datetime/engine-mock.h
index 9fb0442..9cffdcc 100644
--- a/include/datetime/engine-mock.h
+++ b/include/datetime/engine-mock.h
@@ -22,7 +22,7 @@
#include <datetime/engine.h>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -66,6 +66,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_ENGINE_MOCK_H
diff --git a/include/datetime/engine.h b/include/datetime/engine.h
index 59468d1..4d07290 100644
--- a/include/datetime/engine.h
+++ b/include/datetime/engine.h
@@ -27,7 +27,7 @@
#include <functional>
#include <vector>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -64,6 +64,6 @@ protected:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_ENGINE_H
diff --git a/include/datetime/exporter.h b/include/datetime/exporter.h
index 211e7bb..fb21db2 100644
--- a/include/datetime/exporter.h
+++ b/include/datetime/exporter.h
@@ -29,7 +29,7 @@
#include <memory> // std::shared_ptr
#include <vector>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -58,6 +58,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_EXPORTER_H
diff --git a/include/datetime/formatter.h b/include/datetime/formatter.h
index 9b3699d..e5367a5 100644
--- a/include/datetime/formatter.h
+++ b/include/datetime/formatter.h
@@ -32,7 +32,7 @@
#include <string>
#include <memory>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -133,6 +133,6 @@ public:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_CLOCK_H
diff --git a/include/datetime/locations-settings.h b/include/datetime/locations-settings.h
index 8757f43..0cba0c3 100644
--- a/include/datetime/locations-settings.h
+++ b/include/datetime/locations-settings.h
@@ -25,7 +25,7 @@
#include <datetime/settings.h>
#include <datetime/timezones.h>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -50,6 +50,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_SETTINGS_LOCATIONS_H
diff --git a/include/datetime/locations.h b/include/datetime/locations.h
index b840436..c90344d 100644
--- a/include/datetime/locations.h
+++ b/include/datetime/locations.h
@@ -27,7 +27,7 @@
#include <string>
#include <vector>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -74,6 +74,6 @@ public:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_LOCATIONS_H
diff --git a/include/datetime/menu.h b/include/datetime/menu.h
index 7b351c3..39ecc68 100644
--- a/include/datetime/menu.h
+++ b/include/datetime/menu.h
@@ -28,7 +28,7 @@
#include <gio/gio.h> // GMenuModel
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -80,6 +80,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_MENU_H
diff --git a/include/datetime/planner-aggregate.h b/include/datetime/planner-aggregate.h
index 892e71a..5d5794d 100644
--- a/include/datetime/planner-aggregate.h
+++ b/include/datetime/planner-aggregate.h
@@ -24,7 +24,7 @@
#include <memory>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -47,6 +47,6 @@ protected:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_PLANNER_AGGREGATE_H
diff --git a/include/datetime/planner-month.h b/include/datetime/planner-month.h
index 492529f..ef605d9 100644
--- a/include/datetime/planner-month.h
+++ b/include/datetime/planner-month.h
@@ -27,7 +27,7 @@
#include <memory> // std::shared_ptr
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -51,6 +51,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_PLANNER_MONTH_H
diff --git a/include/datetime/planner-range.h b/include/datetime/planner-range.h
index d638182..7e769d3 100644
--- a/include/datetime/planner-range.h
+++ b/include/datetime/planner-range.h
@@ -25,7 +25,7 @@
#include <datetime/date-time.h>
#include <datetime/engine.h>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -79,6 +79,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_PLANNER_RANGE_H
diff --git a/include/datetime/planner-snooze.h b/include/datetime/planner-snooze.h
index fc08d27..8f37e4e 100644
--- a/include/datetime/planner-snooze.h
+++ b/include/datetime/planner-snooze.h
@@ -26,7 +26,7 @@
#include <memory>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -50,6 +50,6 @@ protected:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_PLANNER_H
diff --git a/include/datetime/planner-upcoming.h b/include/datetime/planner-upcoming.h
index 683543f..9670ce4 100644
--- a/include/datetime/planner-upcoming.h
+++ b/include/datetime/planner-upcoming.h
@@ -27,7 +27,7 @@
#include <memory> // std::shared_ptr
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -51,6 +51,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_PLANNER_UPCOMING_H
diff --git a/include/datetime/planner.h b/include/datetime/planner.h
index 22b6381..181a0d0 100644
--- a/include/datetime/planner.h
+++ b/include/datetime/planner.h
@@ -27,7 +27,7 @@
#include <vector>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -47,6 +47,6 @@ protected:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_PLANNER_H
diff --git a/include/datetime/settings-live.h b/include/datetime/settings-live.h
index bb4cd8d..af99596 100644
--- a/include/datetime/settings-live.h
+++ b/include/datetime/settings-live.h
@@ -24,7 +24,7 @@
#include <gio/gio.h> // GSettings
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -70,6 +70,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_SETTINGS_LIVE_H
diff --git a/include/datetime/settings.h b/include/datetime/settings.h
index 0294f60..6ee3e97 100644
--- a/include/datetime/settings.h
+++ b/include/datetime/settings.h
@@ -26,7 +26,7 @@
#include <vector>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -65,6 +65,6 @@ public:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_SETTINGS_H
diff --git a/include/datetime/snap.h b/include/datetime/snap.h
index cc091d3..a34f0fa 100644
--- a/include/datetime/snap.h
+++ b/include/datetime/snap.h
@@ -28,7 +28,7 @@
#include <functional>
#include <memory>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -55,6 +55,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_SNAP_H
diff --git a/include/datetime/state.h b/include/datetime/state.h
index 0e1043c..235c023 100644
--- a/include/datetime/state.h
+++ b/include/datetime/state.h
@@ -31,7 +31,7 @@
#include <memory> // std::shared_ptr
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -76,6 +76,6 @@ struct State
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_STATE_H
diff --git a/include/datetime/timezone-geoclue.h b/include/datetime/timezone-geoclue.h
index ab6b815..18fc159 100644
--- a/include/datetime/timezone-geoclue.h
+++ b/include/datetime/timezone-geoclue.h
@@ -22,7 +22,7 @@
#include <datetime/timezone.h> // base class
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -47,7 +47,7 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_GEOCLUE_TIMEZONE_H
diff --git a/include/datetime/timezone-timedated.h b/include/datetime/timezone-timedated.h
index 5978e3e..336a148 100644
--- a/include/datetime/timezone-timedated.h
+++ b/include/datetime/timezone-timedated.h
@@ -26,7 +26,7 @@
#include <string> // std::string
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -51,6 +51,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_TIMEDATED_TIMEZONE_H
diff --git a/include/datetime/timezone.h b/include/datetime/timezone.h
index 7d2ace8..71b3c71 100644
--- a/include/datetime/timezone.h
+++ b/include/datetime/timezone.h
@@ -24,7 +24,7 @@
#include <string>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -40,6 +40,6 @@ public:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_TIMEZONE_H
diff --git a/include/datetime/timezones-live.h b/include/datetime/timezones-live.h
index b9d78a5..e722576 100644
--- a/include/datetime/timezones-live.h
+++ b/include/datetime/timezones-live.h
@@ -27,7 +27,7 @@
#include <memory> // shared_ptr<>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -51,6 +51,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_LIVE_TIMEZONES_H
diff --git a/include/datetime/timezones.h b/include/datetime/timezones.h
index d2842af..6f6d1b1 100644
--- a/include/datetime/timezones.h
+++ b/include/datetime/timezones.h
@@ -24,7 +24,7 @@
#include <core/property.h>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -54,6 +54,6 @@ public:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_TIMEZONES_H
diff --git a/include/datetime/wakeup-timer-mainloop.h b/include/datetime/wakeup-timer-mainloop.h
index 5acb150..1bcd675 100644
--- a/include/datetime/wakeup-timer-mainloop.h
+++ b/include/datetime/wakeup-timer-mainloop.h
@@ -25,7 +25,7 @@
#include <memory> // std::unique_ptr, std::shared_ptr
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -57,6 +57,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_WAKEUP_TIMER_MAINLOOP_H
diff --git a/include/datetime/wakeup-timer-powerd.h b/include/datetime/wakeup-timer-powerd.h
index 5237fb9..a855aa6 100644
--- a/include/datetime/wakeup-timer-powerd.h
+++ b/include/datetime/wakeup-timer-powerd.h
@@ -25,7 +25,7 @@
#include <memory> // std::unique_ptr, std::shared_ptr
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -57,6 +57,6 @@ private:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_WAKEUP_TIMER_MAINLOOP_H
diff --git a/include/datetime/wakeup-timer.h b/include/datetime/wakeup-timer.h
index 3e5344c..b02b97e 100644
--- a/include/datetime/wakeup-timer.h
+++ b/include/datetime/wakeup-timer.h
@@ -24,7 +24,7 @@
#include <core/signal.h>
-namespace unity {
+namespace ayatana {
namespace indicator {
namespace datetime {
@@ -50,6 +50,6 @@ public:
} // namespace datetime
} // namespace indicator
-} // namespace unity
+} // namespace ayatana
#endif // INDICATOR_DATETIME_WAKEUP_TIMER_H