Enhancements - stop command

- Implemented stop command
- Fixed bug in TDB that failed to truncate the pending file on
  update.
This commit is contained in:
Paul Beckingham 2009-06-15 23:59:56 -04:00
parent 1551362d1e
commit 41e137a92c
3 changed files with 31 additions and 13 deletions

View file

@ -192,9 +192,7 @@ std::string Context::dispatch ()
else if (cmd.command == "undelete") { out = handleUndelete (); }
*/
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 (); }