- Added new, stubbed, T::validate method for full T validation, one day.

This commit is contained in:
Paul Beckingham
2008-07-09 23:57:31 -04:00
parent 849cb65b0e
commit 2380c8b33a
5 changed files with 38 additions and 24 deletions

View File

@@ -521,3 +521,11 @@ int T::determineVersion (const std::string& line)
}
////////////////////////////////////////////////////////////////////////////////
// TODO Expand this method into a full-blown task validation check.
bool T::validate () const
{
// TODO Verify until > due
return true;
}
////////////////////////////////////////////////////////////////////////////////