| 613 | //----------------------------------------------------------------------------- |
| 614 | |
| 615 | SimGroup::~SimGroup() |
| 616 | { |
| 617 | for( iterator itr = begin(); itr != end(); itr ++ ) |
| 618 | mNameDictionary.remove(*itr); |
| 619 | } |
| 620 | |
| 621 | //----------------------------------------------------------------------------- |
| 622 |