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

@@ -161,6 +161,12 @@ void Att::addMod (const Mod& mod)
mMods.push_back (mod);
}
////////////////////////////////////////////////////////////////////////////////
void Att::mods (std::vector <Mod>& all)
{
all = mMods;
}
////////////////////////////////////////////////////////////////////////////////
std::string Att::name () const
{