| 131 | } |
| 132 | |
| 133 | void CompoundUndoAction::redo() |
| 134 | { |
| 135 | Vector<UndoAction*>::iterator itr = mChildren.begin(); |
| 136 | for ( ; itr != mChildren.end(); itr++ ) |
| 137 | (*itr)->redo(); |
| 138 | } |
| 139 | |
| 140 | void CompoundUndoAction::onDeleteNotify( SimObject* object ) |
| 141 | { |