- Added new, stubbed, T::validate method for full T validation, one day.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user