CmdContinue: Added implementation notes

This commit is contained in:
Paul Beckingham 2016-03-17 16:40:58 -04:00
parent ee351d33e3
commit 9f413f9d5d

View file

@ -31,6 +31,11 @@
int CmdContinue ()
{
std::cout << "# continue\n";
// TODO Extract most recent interval.
// TODO Verify the most recent interval is closed.
// TODO Open an identical interval.
return 0;
}