Enhancement - Object rename prior to integration
- T -> T2 - TDB -> TDB2
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user