Commands - stop

- Migrated handleStop to CmdStop.
This commit is contained in:
Paul Beckingham 2011-05-30 01:19:11 -04:00
parent 86ab605bd4
commit 9e3c6f5bc1
9 changed files with 148 additions and 65 deletions

View file

@ -253,7 +253,6 @@ int Context::dispatch (std::string &out)
else if (cmd.command == "timesheet") { rc = handleReportTimesheet (out); }
else if (cmd.command == "done") { rc = handleDone (out); }
else if (cmd.command == "delete") { rc = handleDelete (out); }
else if (cmd.command == "stop") { rc = handleStop (out); }
else if (cmd.command == "export.csv") { rc = handleExportCSV (out); }
else if (cmd.command == "export.ical") { rc = handleExportiCal (out); }
else if (cmd.command == "export.yaml") { rc = handleExportYAML (out); }