Changeset 521e29 for molecuilder/src/Actions/ErrorAction.cpp
- Timestamp:
- Mar 25, 2010, 10:06:49 AM (16 years ago)
- Children:
- 8d9984
- Parents:
- 0012e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/ErrorAction.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ErrorAction.cpp
r0012e6 r521e29 25 25 } 26 26 27 Action State*ErrorAction::performCall() {27 Action::state_ptr ErrorAction::performCall() { 28 28 Log() << Verbose(0) << errorMsg << endl; 29 29 return Action::success; 30 30 } 31 Action State* ErrorAction::performUndo(ActionState*) {31 Action::state_ptr ErrorAction::performUndo(Action::state_ptr) { 32 32 ASSERT(0,"Undo called for an ErrorAction"); 33 33 return Action::success; 34 34 } 35 35 36 Action State* ErrorAction::performRedo(ActionState*) {36 Action::state_ptr ErrorAction::performRedo(Action::state_ptr) { 37 37 ASSERT(0,"Redo called for an ErrorAction"); 38 38 return Action::success;
Note:
See TracChangeset
for help on using the changeset viewer.
