- 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

@@ -62,7 +62,7 @@ void gatherNextTasks (const TDB&, T&, Config&, std::vector <T>&, std::vector <in
void nag (TDB&, T&, Config&);
int getDueState (const std::string&);
void handleRecurrence (TDB&, std::vector <T>&);
void generateDueDates (T&, std::vector <Date>&);
bool generateDueDates (T&, std::vector <Date>&);
Date getNextRecurrence (Date&, std::string&);
void updateRecurrenceMask (TDB&, std::vector <T>&, T&);