Enhancement - annotate

- Implemented annotation command.
This commit is contained in:
Paul Beckingham 2009-06-16 22:55:05 -04:00
parent 23f0a9658e
commit 051720a279
2 changed files with 17 additions and 15 deletions

View file

@ -192,9 +192,7 @@ std::string Context::dispatch ()
else if (cmd.command == "" && task.getId ()) { out = handleModify (); }
*/
else if (cmd.command == "append") { out = handleAppend (); }
/*
else if (cmd.command == "annotate") { out = handleAnnotate (); }
*/
else if (cmd.command == "done") { out = handleDone (); }
else if (cmd.command == "undo") { out = handleUndo (); }
else if (cmd.command == "delete") { out = handleDelete (); }