~charlesk/indicator-datetime/lp-1489037-change-default-alarm-sound-15.04

« back to all changes in this revision

Viewing changes to include/datetime/wakeup-timer-powerd.h

Improve valarm support to honor calendar events' valarm triggers. Fixes: #1419001
Approved by: Ted Gould, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
public:
42
42
    explicit PowerdWakeupTimer(const std::shared_ptr<Clock>&);
43
43
    ~PowerdWakeupTimer();
44
 
    void set_wakeup_time(const DateTime&);
45
 
    core::Signal<>& timeout();
 
44
    void set_wakeup_time(const DateTime&) override;
 
45
    core::Signal<>& timeout() override;
46
46
 
47
47
private:
48
48
    PowerdWakeupTimer(const PowerdWakeupTimer&) =delete;