Integration - tag parsing

- Added +tag, -tag support to Context.
- Unit tests still broken.
- Task is still broken.
This commit is contained in:
Paul Beckingham 2009-06-07 17:27:08 -04:00
parent bf4cf8e786
commit 72e3f76ed9
2 changed files with 21 additions and 8 deletions

View file

@ -68,6 +68,8 @@ public:
std::string program;
std::vector <std::string> args;
Cmd cmd;
std::vector <std::string> tagAdditions;
std::vector <std::string> tagRemovals;
private:
std::vector <std::string> messages;