~ubuntu-branches/ubuntu/raring/workrave/raring

« back to all changes in this revision

Viewing changes to backend/src/Break.hh

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2011-03-25 17:17:18 UTC
  • mfrom: (1.2.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110325171718-3znn7qnfgmx20iyw
Tags: 1.9.4-1
* New upstream release
  - drop all Debian patches (applied upstream)

* Update location of .xpm menu icon
* Remove empty /usr/include directory after building
* Remove obsolete breaks/replaces from debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// Break.hh
2
2
//
3
 
// Copyright (C) 2001 - 2010 Rob Caelers & Raymond Penners
 
3
// Copyright (C) 2001 - 2011 Rob Caelers & Raymond Penners
4
4
// All rights reserved.
5
5
//
6
6
// This program is free software: you can redistribute it and/or modify
93
93
  virtual bool is_auto_reset_enabled() const;
94
94
  virtual time_t get_limit() const;
95
95
  virtual bool is_limit_enabled() const;
 
96
  virtual bool is_taking() const;
96
97
 
97
98
  void set_usage_mode(UsageMode mode);
98
99