Command - append

- Migrated handleAppend to CmdAppend.
This commit is contained in:
Paul Beckingham 2011-05-28 16:41:21 -04:00
parent ef65617258
commit b9246e04b2
9 changed files with 177 additions and 92 deletions

View file

@ -6,6 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
${TASK_INCLUDE_DIRS})
set (commands_SRCS Command.cpp Command.h
CmdAppend.cpp CmdAppend.h
CmdCommands.cpp CmdCommands.h
CmdCount.cpp CmdCount.h
CmdCustom.cpp CmdCustom.h