Dependencies

- Implemented/stubbed some of the dependency helper functions.
This commit is contained in:
Paul Beckingham 2010-08-04 00:55:08 -04:00
parent b050d67ba9
commit 1687e85335
2 changed files with 49 additions and 3 deletions

View file

@ -130,6 +130,11 @@ int handleExportCSV (std::string &);
int handleExportiCal (std::string &);
int handleExportYAML (std::string &);
// dependency.cpp
bool dependencyIsBlocked (Task&);
bool dependencyIsBlocking (Task&);
bool dependencyCheckCircular (Task&);
// list template
///////////////////////////////////////////////////////////////////////////////
template <class T> bool listDiff (const T& left, const T& right)