~ps-jenkins/indicator-datetime/ubuntu-utopic-proposed

« back to all changes in this revision

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

  • Committer: CI bot
  • Author(s): Charles Kerr
  • Date: 2014-09-19 14:34:50 UTC
  • mfrom: (377.1.1 tmp)
  • Revision ID: ps-jenkins@lists.canonical.com-20140919143450-dyrktf60vmidro8c
Fix flint++ warnings 
Approved by: Ted Gould, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
class PowerdWakeupTimer: public WakeupTimer
40
40
{
41
41
public:
42
 
    PowerdWakeupTimer(const std::shared_ptr<Clock>&);
 
42
    explicit PowerdWakeupTimer(const std::shared_ptr<Clock>&);
43
43
    ~PowerdWakeupTimer();
44
44
    void set_wakeup_time(const DateTime&);
45
45
    core::Signal<>& timeout();