Recurrence: Stubbed single due date function

This commit is contained in:
Paul Beckingham 2017-04-02 14:02:40 -04:00
parent 179e97c748
commit 5ef2a256a6

View file

@ -29,6 +29,15 @@
extern Context context;
////////////////////////////////////////////////////////////////////////////////
// Calculates the due date for a new new instance N.
static Datetime calculateDueN (const Task&, int)
{
Datetime due;
return due;
}
////////////////////////////////////////////////////////////////////////////////
static void synthesizeTasks (const Task&)
{