diff options
| author | Charles Kerr <charles.kerr@canonical.com> | 2014-02-19 18:02:22 +0000 |
|---|---|---|
| committer | CI bot <ps-jenkins@lists.canonical.com> | 2014-02-19 18:02:22 +0000 |
| commit | 359764b5ea8926ae372844155b1394ebe06e3174 (patch) | |
| tree | ae60e379a905cc017bc323e79cdc62d2d37c1177 /include/datetime/planner-eds.h | |
| parent | 372b0a77f8840a35bb131ecf507313056170c403 (diff) | |
| parent | 29ca2a552d7a7dcb6487c27ae4d036608aa68320 (diff) | |
| download | ayatana-indicator-datetime-359764b5ea8926ae372844155b1394ebe06e3174.tar.gz ayatana-indicator-datetime-359764b5ea8926ae372844155b1394ebe06e3174.tar.bz2 ayatana-indicator-datetime-359764b5ea8926ae372844155b1394ebe06e3174.zip | |
support for ubuntu-clock-app's alarms Fixes: 1233176, 1237752, 1255716
Diffstat (limited to 'include/datetime/planner-eds.h')
| -rw-r--r-- | include/datetime/planner-eds.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/datetime/planner-eds.h b/include/datetime/planner-eds.h index f3abce0..a99f611 100644 --- a/include/datetime/planner-eds.h +++ b/include/datetime/planner-eds.h @@ -20,9 +20,10 @@ #ifndef INDICATOR_DATETIME_PLANNER_EDS_H #define INDICATOR_DATETIME_PLANNER_EDS_H +#include <datetime/clock.h> #include <datetime/planner.h> -#include <memory> // unique_ptr +#include <memory> // shared_ptr, unique_ptr namespace unity { namespace indicator { @@ -34,7 +35,7 @@ namespace datetime { class PlannerEds: public Planner { public: - PlannerEds(); + PlannerEds(const std::shared_ptr<Clock>& clock); virtual ~PlannerEds(); private: |
