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