Commands - annotate

- Migrated handleAnnotate to CmdAnnotate.
This commit is contained in:
Paul Beckingham 2011-05-30 00:24:48 -04:00
parent c8eb5df1b2
commit f775341fd5
9 changed files with 153 additions and 69 deletions

View file

@ -252,7 +252,6 @@ int Context::dispatch (std::string &out)
else if (cmd.command == "summary") { rc = handleReportSummary (out); }
else if (cmd.command == "calendar") { rc = handleReportCalendar (out); }
else if (cmd.command == "timesheet") { rc = handleReportTimesheet (out); }
else if (cmd.command == "annotate") { rc = handleAnnotate (out); }
else if (cmd.command == "denotate") { rc = handleDenotate (out); }
else if (cmd.command == "done") { rc = handleDone (out); }
else if (cmd.command == "delete") { rc = handleDelete (out); }