Changeset 521e29 for molecuilder/src/Actions/ErrorAction.hpp
- Timestamp:
- Mar 25, 2010, 10:06:49 AM (16 years ago)
- Children:
- 8d9984
- Parents:
- 0012e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/ErrorAction.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ErrorAction.hpp
r0012e6 r521e29 23 23 private: 24 24 25 virtual Action State*performCall();26 virtual Action State* performUndo(ActionState*);27 virtual Action State* performRedo(ActionState*);25 virtual Action::state_ptr performCall(); 26 virtual Action::state_ptr performUndo(Action::state_ptr); 27 virtual Action::state_ptr performRedo(Action::state_ptr); 28 28 29 29 std::string errorMsg;
Note:
See TracChangeset
for help on using the changeset viewer.
