Commands - done

- Migrated handleDone to CmdDone.
This commit is contained in:
Paul Beckingham 2011-05-30 13:53:57 -04:00
parent 75a24f5113
commit 908fbd8ca4
9 changed files with 201 additions and 117 deletions

View file

@ -18,6 +18,7 @@ set (commands_SRCS Command.cpp Command.h
CmdCustom.cpp CmdCustom.h
CmdDenotate.cpp CmdDenotate.h
CmdDiagnostics.cpp CmdDiagnostics.h
CmdDone.cpp CmdDone.h
CmdDuplicate.cpp CmdDuplicate.h
CmdEdit.cpp CmdEdit.h
CmdExec.cpp CmdExec.h