Dependencies

- Added dependency nagging to the 'start', 'done' and 'delete' commands.
This commit is contained in:
Paul Beckingham 2010-08-27 17:45:22 -04:00
parent 199114abcd
commit e619f8c91d
3 changed files with 16 additions and 7 deletions

View file

@ -135,7 +135,7 @@ bool dependencyIsBlocked (Task&);
bool dependencyIsBlocking (Task&);
bool dependencyIsCircular (Task&);
bool dependencyChainBroken (Task&);
void dependencyNag (Task&);
std::string dependencyNag (Task&);
// list template
///////////////////////////////////////////////////////////////////////////////