Enhancements - edit command

- Implemented edit command.
This commit is contained in:
Paul Beckingham 2009-06-17 00:03:09 -04:00
parent b2c76f6123
commit 07cf8d6ee8
2 changed files with 38 additions and 57 deletions

View file

@ -197,13 +197,9 @@ std::string Context::dispatch ()
else if (cmd.command == "start") { out = handleStart (); }
else if (cmd.command == "stop") { out = handleStop (); }
else if (cmd.command == "export") { out = handleExport (); }
/*
else if (cmd.command == "import") { out = handleImport (); }
*/
else if (cmd.command == "duplicate") { out = handleDuplicate (); }
/*
else if (cmd.command == "edit") { out = handleEdit (); }
*/
else if (cmd.command == "" &&
sequence.size ()) { out = handleModify (); }