aboutsummaryrefslogtreecommitdiff
path: root/include/datetime
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-02-05 16:26:34 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-02-05 16:26:34 -0600
commit613cbb1d468fe99767a5541956266191511ec9ef (patch)
tree8987586f56570779d12e0384acef39d96a68f046 /include/datetime
parent131faf8f832c053343bbc0af694777a5e8f6cbe5 (diff)
downloadayatana-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/datetime')
-rw-r--r--include/datetime/planner-eds.h2
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;