diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-02-05 16:26:34 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-02-05 16:26:34 -0600 |
commit | 613cbb1d468fe99767a5541956266191511ec9ef (patch) | |
tree | 8987586f56570779d12e0384acef39d96a68f046 /include | |
parent | 131faf8f832c053343bbc0af694777a5e8f6cbe5 (diff) | |
download | ayatana-indicator-datetime-613cbb1d468fe99767a5541956266191511ec9ef.tar.gz ayatana-indicator-datetime-613cbb1d468fe99767a5541956266191511ec9ef.tar.bz2 ayatana-indicator-datetime-613cbb1d468fe99767a5541956266191511ec9ef.zip |
remove alarms from the menu once they've been shown in a snap decision.
Diffstat (limited to 'include')
-rw-r--r-- | include/datetime/planner-eds.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/datetime/planner-eds.h b/include/datetime/planner-eds.h index a99f611..4110ba5 100644 --- a/include/datetime/planner-eds.h +++ b/include/datetime/planner-eds.h @@ -20,6 +20,7 @@ #ifndef INDICATOR_DATETIME_PLANNER_EDS_H #define INDICATOR_DATETIME_PLANNER_EDS_H +#include <datetime/appointment.h> #include <datetime/clock.h> #include <datetime/planner.h> @@ -37,6 +38,7 @@ class PlannerEds: public Planner public: PlannerEds(const std::shared_ptr<Clock>& clock); virtual ~PlannerEds(); + void block_appointment(const Appointment& appointment); private: class Impl; |