Commands - stop

- Migrated handleStop to CmdStop.
This commit is contained in:
Paul Beckingham 2011-05-30 01:19:11 -04:00
parent 86ab605bd4
commit 9e3c6f5bc1
9 changed files with 148 additions and 65 deletions

View file

@ -31,6 +31,7 @@ set (commands_SRCS Command.cpp Command.h
CmdShow.cpp CmdShow.h
CmdStart.cpp CmdStart.h
CmdStatistics.cpp CmdStatistics.h
CmdStop.cpp CmdStop.h
CmdTags.cpp CmdTags.h
CmdTip.cpp CmdTip.h
CmdUrgency.cpp CmdUrgency.h