Commands - log

- Migrated handleLog to CmdLog.
This commit is contained in:
Paul Beckingham 2011-05-29 21:43:37 -04:00
parent cb613c0691
commit c8eb5df1b2
9 changed files with 160 additions and 76 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 == "log") { rc = handleLog (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); }