Integration - TDB

- Renamed TDB2 to TDB.
- Integration of new code complete.
This commit is contained in:
Paul Beckingham 2009-06-14 18:19:00 -04:00
parent 53d0d1cbac
commit 80bb9f0a18
7 changed files with 31 additions and 32 deletions

View file

@ -34,7 +34,7 @@
#include "Subst.h"
#include "Cmd.h"
#include "Task.h"
#include "TDB2.h"
#include "TDB.h"
#include "StringTable.h"
class Context
@ -67,7 +67,7 @@ public:
Sequence sequence;
Subst subst;
Task task;
TDB2 tdb;
TDB tdb;
StringTable stringtable;
std::string program;
std::vector <std::string> args;