Enhancement - Object rename prior to integration

- T -> T2
- TDB -> TDB2
This commit is contained in:
Paul Beckingham 2009-05-31 01:10:39 -04:00
parent 766c2d3620
commit fe4c8f3a9d
12 changed files with 96 additions and 81 deletions

View file

@ -46,7 +46,7 @@ public:
std::string composeF4 () const;
void addMod (const Mod&);
// TODO Need method to access mods.
void mods (std::vector <Mod>&);
std::string name () const;
void name (const std::string&);