- Implemented Task::setEnd.
- Updated all code to use Task::setEntry and Task::setEnd.
This commit is contained in:
Paul Beckingham 2011-07-10 11:07:00 -04:00
parent ad55fa2d79
commit ba723db9d7
3 changed files with 60 additions and 51 deletions

View file

@ -59,6 +59,7 @@ public:
static std::string statusToText (status);
void setEntry ();
void setEnd ();
status getStatus () const;
void setStatus (status);