MvcTransactionModel::Redo

CMvcCommand* MvcTransactionModel::Redo(void)

Execute the command action on the top of the redo stack.

Defined in: MvcTransactionModel.cpp

Return Value

If successful, returns a pointer to the command that was executed.

Comments

This popos the next command off the Redo stack and executes it. The command is then pushed onto the Undo stack.