Refactoring

- Moved argument handling out of Context, into Arguments.
This commit is contained in:
Paul Beckingham 2011-05-27 23:20:17 -04:00
parent 3de1275afe
commit d51bd3f445
5 changed files with 310 additions and 188 deletions

View file

@ -6,6 +6,7 @@ include_directories (${CMAKE_SOURCE_DIR}
${TASK_INCLUDE_DIRS})
set (task_SRCS API.cpp API.h
Arguments.cpp Arguments.h
Att.cpp Att.h
Cmd.cpp Cmd.h
Color.cpp Color.h