Changeset 521e29 for molecuilder/src/Actions/Calculation_impl.hpp
- Timestamp:
- Mar 25, 2010, 10:06:49 AM (16 years ago)
- Children:
- 8d9984
- Parents:
- 0012e6
- File:
-
- 1 edited
-
molecuilder/src/Actions/Calculation_impl.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/Calculation_impl.hpp
r0012e6 r521e29 29 29 30 30 template<typename T> 31 Action State*Calculation<T>::performCall(){31 Action::state_ptr Calculation<T>::performCall(){ 32 32 reset(); 33 33 (*this)(); … … 36 36 37 37 template<typename T> 38 Action State* Calculation<T>::performUndo(ActionState*){38 Action::state_ptr Calculation<T>::performUndo(Action::state_ptr){ 39 39 ASSERT(0,"Cannot undo a calculation"); 40 40 return Action::success; 41 41 } 42 42 template<typename T> 43 Action State* Calculation<T>::performRedo(ActionState*){43 Action::state_ptr Calculation<T>::performRedo(Action::state_ptr){ 44 44 ASSERT(0,"Cannot redo a calculation"); 45 45 return Action::success;
Note:
See TracChangeset
for help on using the changeset viewer.
