Enhancement

- Added virtual tag support for the first batch.  There will be follow-up
  work, tests and so on.
This commit is contained in:
Paul Beckingham 2012-08-12 13:46:23 -04:00
parent d73766484d
commit 8d66d801c0
4 changed files with 84 additions and 16 deletions

View file

@ -81,6 +81,10 @@ public:
void set (const std::string&, int);
void remove (const std::string&);
bool is_due () const;
bool is_duetoday () const;
bool is_overdue () const;
status getStatus () const;
void setStatus (status);