Commands - delete

- Migrated handleDelete to CmdDelete.
This commit is contained in:
Paul Beckingham 2011-05-30 14:00:34 -04:00
parent 908fbd8ca4
commit abd51e81a3
9 changed files with 236 additions and 150 deletions

View file

@ -16,6 +16,7 @@ set (commands_SRCS Command.cpp Command.h
CmdConfig.cpp CmdConfig.h
CmdCount.cpp CmdCount.h
CmdCustom.cpp CmdCustom.h
CmdDelete.cpp CmdDelete.h
CmdDenotate.cpp CmdDenotate.h
CmdDiagnostics.cpp CmdDiagnostics.h
CmdDone.cpp CmdDone.h