Ejemplo n.º 1
0
void
WeaponGroup::PowerOn()
{
    ListIter<Weapon> w = weapons;
    while (++w)
        w->PowerOn();
}