From 9f413f9d5d2dad3b0a6182cf9cd2cd4077ca8076 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 17 Mar 2016 16:40:58 -0400 Subject: [PATCH] CmdContinue: Added implementation notes --- src/commands/CmdContinue.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/commands/CmdContinue.cpp b/src/commands/CmdContinue.cpp index 46c71a9c..830f4f18 100644 --- a/src/commands/CmdContinue.cpp +++ b/src/commands/CmdContinue.cpp @@ -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; }