Commands - start

- Migrated handleStart to CmdStart.
This commit is contained in:
Paul Beckingham
2011-05-30 01:11:34 -04:00
parent 0429949de5
commit 86ab605bd4
9 changed files with 156 additions and 73 deletions

View File

@@ -56,7 +56,6 @@ int handleCompletionConfig (std::string&);
int handleQuery (std::string&);
int handleConfig (std::string&);
int handleDelete (std::string&);
int handleStart (std::string&);
int handleStop (std::string&);
int handleDuplicate (std::string&);
void handleUndo ();